
.swiper 
{
  /*width: 100%;*/
  padding: 1rem 0.5rem 0;
  background-color: #05aaa7;
  color: #ffffff;
}
.swiper h4
{
  font-size:  2.5rem;
  font-weight:  bolder;
}

.swiper-slide 
{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 15rem;
}

.swiper-slide img 
{
  display: block;
  width: 100%;
}
.swiper-pagination-bullet 
{
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  /*line-height: 20px;
  font-size: 12px;*/
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active 
{
  color: #fff;
  background: #92153f;
}
@media (min-width: 1400px)
{
  .swiper-slide 
  {
    min-height: 50rem;
    /*padding-bottom: 2rem;*/
  }
}
@media (min-width: 1200px) and (min-width: 1399px)
{
  .swiper-slide 
  {
    min-height: 33rem;
    /*padding-bottom: 2rem;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px)
{
  .swiper-slide 
  {
    min-height: 28rem;
    /*padding-bottom: 2rem;*/
  }
}
@media (min-width: 768px) and (max-width: 991px)
{
  .swiper-slide 
  {
    min-height: 25rem;
    /*padding-bottom: 2rem;*/
  }
}