.slideshow-section {
  width: 100%;
  padding: 0;
}

.slideshow-section .container {
  width: 100%;
  position: relative;
}

.slideshow-section .container-title {
  width: 50%;
  padding: 25px 0;
  display: block;
}

.slideshow-section .container-title h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.slideshow-section .container-title p {
  font-size: 15px;
  margin: 0;
}

.slideshow-section .container .swiper-content .swiper-slide a {
  width: 100%;
  display: block;
}
.slideshow-section .container .swiper-content .swiper-slide a video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.slideshow-section .container .swiper-content .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slideshow-section .container-swiper-options {
  width: 90%;
  position: absolute;
  padding: 60px 0 0;
  bottom: 120px;
  left: 5%;
}
.slideshow-section .container-btn .swiper-button-next,
.slideshow-section .container-btn .swiper-button-prev {
  display: flex;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  justify-content: center;
  align-items: center;
  top: inherit;
  margin: 0;
  left: inherit;
  right: inherit;
}

.slideshow-section .container-btn .swiper-button-prev {
  right: 30px;
}

/* .slideshow-section .container-btn .swiper-button-lock {
  display: none !important;
} */

.slideshow-section .container-btn .swiper-button-next::after,
.slideshow-section .container-btn .swiper-button-prev::after {
  font-size: 12px;
  color: #fff;
}

.slideshow-section .container-btn {
  position: absolute;
  width: 80px;
  height: 25px;
  right: 0;
  bottom: 30px;
}

.slideshow-section .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.slideshow-section .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}

.slideshow-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 2px;
  background: #fff;
}

.slideshow-section.slideshow-new .swiper-slide {
  position: relative;
}

.slideshow-section.slideshow-new .container {
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0;
}

.slideshow-section.slideshow-new .container .swiper-content .swiper-slide img,
.slideshow-section.slideshow-new .container .swiper-content .swiper-slide video {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 60vh;
}

.slideshow-section.slideshow-new .swiper-slide .container-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5rem;
  color: #fff;

}

.slideshow-section.slideshow-new .container .swiper-content .swiper-slide a {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .slideshow-section {
    padding: 0 15px;
  }
  .slideshow-section .container-title {
    padding: 25px 15px;
    width: 100%;
  }
  .slideshow-section.slideshow-new .swiper-slide .container-title {
    padding: 60px 20px;
  }
  .slideshow-section .container-swiper-options {
    bottom: inherit;
    top: 65vw;
  }
  .slideshow-section.slideshow-new .container .swiper-content .swiper-slide img,
  .slideshow-section.slideshow-new .container .swiper-content .swiper-slide video {
    width: 100%;
    height: 390px;
    object-fit: cover;
    max-height: inherit;
  }
}