#image-carousel .resizer{
  width: 100%;
}

#image-carousel .imgContainer{
  padding-top: 40%;
}

#image-carousel .swiper-slide{
  position: relative;
}

#image-carousel .text-container{
  position: absolute;
  bottom: 2rem;
  right: 0;
  max-width: 40%;
}

.image-carousel-arrows .arrow-next, .image-carousel-arrows .arrow-prev{
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.image-carousel-arrows .arrow-prev{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.image-carousel-arrows .swiper-button-disabled{
  visibility: hidden;
}

#image-carousel .swiper{
  margin-left: 8.33333%;
}

@media(max-width: 1799px){
  #image-carousel .imgContainer {
    padding-top: 60%;
  }

  #image-carousel .text-container {
    position: absolute;
    bottom: 2rem;
    right: 0;
    max-width: 60%;
  }

}

@media(max-width: 1199px){
  #image-carousel .imgContainer {
    padding-top: 100%;
  }
}

@media(max-width: 991px){
  #image-carousel .imgContainer {
    padding-top: 80%;
  }

  #image-carousel .text-container{
    bottom: 1rem;
    max-width: 95%;
  }
  #image-carousel .swiper{
    margin-left: 15px;
  }
}

@media(max-width: 767px){
  #image-carousel .imgContainer {
      padding-top: 150%;
  }
}