.sgr-standardcontent.v3 .sgr-image {
    background-position: center;
    background-size: cover;

    height: 450px;
    margin: auto;
}
@media only screen and (max-width: 992px) {
    .sgr-standardcontent.v3 .sgr-image {
        height: 400px;
        margin: 0;
    }
}