.block-full-width-image {
    height: 33.556rem;
}
.block-full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .block-full-width-image {
        height: 31.067rem;
    }
}