.block-full-width-image{
    position: relative;
}
.block-full-width-image .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive */
@media only screen and (max-width: 1200px) {
    .block-full-width-image .image-wrapper img {
        height: 48rem;
    }
}
@media only screen and (max-width: 768px) {
    .block-full-width-image .image-wrapper img {
        height: 22.533rem;
    }
}