/* =========================================
   MOBILE SLIDER IMAGE FIX
   ========================================= */

@media (max-width: 768px) {

    /* Slider image itself */
    .sliderMainImageUpdated {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;

        width: 100% !important;
        max-width: 100% !important;
    }

    /* Override left/center/right positioning */
    .sliderMain-slide--leftCenter .sliderMainImageUpdated,
    .sliderMain-slide--centerCenter .sliderMainImageUpdated,
    .sliderMain-slide--rightCenter .sliderMainImageUpdated {
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

}