/* xl - DESKTOP STYLES */ 
/* Homepage slider mobile updates */
@media (max-width: 1024px) {
        #mf-slider .swiper-wrapper .swiper-slide .skew img {
            right: -150px !important;
            left: initial !important;
        }
    }


/* fix fill on red play button */
.ws-custom-play-button .button-outline {
    fill: #ff000063 !important;
}

