﻿.general_slider { width: 100%; height: 0; padding-bottom: 31%; position: relative; margin-bottom: 30px; }
.general_slider_mobile { display: none; }
.general_slider .items { position: absolute; right: 0; top: 0; width: 100%; height: 100%; border-radius: 3px; box-shadow: 0 3px 6px #00000036; }
    .general_slider .items > li { position: absolute; right: 0; top: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; transition: all 0.5s ease-in-out; overflow: hidden; border-radius: 3px; background-size: cover; }
        .general_slider .items > li.active { opacity: 1; pointer-events: all; }
        .general_slider .items > li > a {display:block; position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 1; color: transparent; }
        .general_slider .items > li .image {background-position:center center;background-repeat:no-repeat;background-size:cover; }
