/* Scroll Up Effect - Mobile Only */

@media screen and (max-width: 768px) {
    .mc_scroll-up {
        position: relative !important;
        z-index: 10 !important;
        will-change: transform !important;
        transition: transform 0.1s linear !important;
    }
}
