.entrance-con {
  overflow: hidden;
  height: 100%;
  .swiper-container {
    height: 100%;
    .swiper-slide {
      &.slide-auto {
        width: auto!important;
      }
      .slide-con {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover;
      }
    }
  }
}
