@media screen and (max-width: 992px)  {
	.yt-vid {
      width: 350px !important;
      height: 197px !important;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-80%);
        opacity: 0.2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(80%);
        opacity: 0.2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left,
.slide-in-right {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.slide-in-left {
    animation-name: slideInLeft;
}

.slide-in-right {
    animation-name: slideInRight;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

#ES01_ResponsiveSlider10949 li {
    margin: 0 !important;
}



