#portrait-image {
    width: 33%;
}

@media screen and (width > 992px) {
    #portrait-image {
        width: 10%;
    }
}