@media only screen and (max-width: 768px) {
    .elementor-section[data-id="wave_ss"] {
        background-attachment: fixed !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        will-change: transform !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
    }
}