[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all .3s ease; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.swiper-container {
  background-color: #1b1b1b;
  width: 100%;
  transition: opacity .6s ease; }
  .swiper-container .loading {
    opacity: 0;
    visibility: hidden; }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    transform: translateX(0);
    opacity: .75;
    visibility: visible; }
  @media screen and (min-width: 769px) {
    .swiper-container {
      padding: 2.5rem 0 !important; }
      .swiper-container .swiper-button-prev,
      .swiper-container .swiper-button-next {
        opacity: 0;
        visibility: hidden; }
      .swiper-container:hover .swiper-button-prev,
      .swiper-container:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible; } }

.swiper-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.swiper-slide .entity-img {
  display: none; }

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff; }

.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px; }

.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4; }

[class^="swiper-button-"] {
  width: 25%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: auto; }

.swiper-button-prev {
  left: -5%;
  transform: translateX(50px); }

.swiper-button-next {
  right: -5%;
  transform: translateX(-50px); }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  position: relative;
  width: 9px;
  height: 9px;
  background-color: white;
  opacity: .6; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ad6b98;
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #c87741; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px; }

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 25px; }
  .swiper-slide .content .caption {
    font-size: 12px; } }
