﻿@media (max-width: 991px) {
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 50% 50% !important;
    }
}
@media (max-width: 767px) {
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 10% 50% !important;
    }
}