.carousel.slide.hidden-xs { display: inherit !important; }

@media (max-width:750px) {
 #carousel-homepage .carousel-caption {
  width:500px;
  margin-left:-250px;
 }
}

@media (max-width:550px) {
 #carousel-homepage .carousel-caption {
  width:400px;
  margin-left:-200px;
 }
}

@media (max-width:450px) {
 #carousel-homepage .carousel-caption {
  width:300px;
  margin-left:-150px;
 }
}

.module-events .paragraphs .img-responsive { 
  object-fit: contain !important;
}