.swiper-buttons {
  color: red !important;
  padding: 15px;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 426px;
  height: 240px;
}

.coverflow-title-bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  position: absolute;
  padding: 15px 30px;
  text-align: left;
  font-size: 20px;
}

@media (min-width: 768px) {
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 854px;
    height: 480px;
  }
}

@media (min-width: 1200px) {
  .swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 100%;
    width: 1024px;
    height: 576px;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  background-color: #cc092f;
  color: #fff;
}
