﻿@supports (-webkit-touch-callout: none) {
    .parallax-5,
    .parallax-mousemove-scene,
    .home-section,
    .bg-center-mobile,
    section[style*="background-image"] {
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important;
        transform: none !important;
        will-change: auto !important;
    }
    img.image-fullwidth,
    .image-fullwidth img {
        width: 100% !important;
        height: auto !important;
        display: block;
        object-fit: contain;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        image-rendering: auto !important;
    }
    .position-relative.overflow-hidden,
    .overflow-hidden {
        -webkit-transform: none !important;
        transform: none !important;
    }
}
