/* Keep the complete website/device illustration visible beside the offer. */
@media (min-width: 901px) and (max-width: 1250px) {
    html:root body.mvo-landing-next #main-content .hosting27_infrastructure img {
        object-fit: contain;
    }
}
