.swiper-wrapper {
  transition-delay: 0.3s;
}
.swiper-container-animation {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.swiper-slide .animation_section_bg {
  transform: scale(1);
  transition: all 1s;
}
.ani-slide .animation_section_bg {
  /* transform: scale(2); */
}
.animation_section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.animation_video {
    object-fit: fill;
}
.animation_section_bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
@media screen and (max-width: 768px) {
  .swiper-container-animation {
    height: 250px;
  }
}
