.section-main-hero:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0 !important;
}
.magazinePicture {
height: 453px !important;
object-fit: contain !important;
}
.fade.in{
    opacity: unset !important;
}
.desktopImageAndMobile {
    height: inherit !important;
}

@media screen and (max-width: 533px) {
     .desktopImageAndMobile {
         height: fit-content !important;
     }
 }