div#carousel-1.carousel.slide{
  border-radius:10px;
  overflow:hidden;
  margin-bottom:25px;
  /* height:600px !important; */
}

/*div.carousel-image-container, div.carousel-text-container{
  height:100%;
  float:left;
  position:relative;
  left:0;
  top:0;
}*/
div.carousel-image-container{
    width:30%;
    float:left;
}
div.carousel-image-container img{
width:100%;
}
div.carousel-text-container{
width:100%;
height:100%;
}
div.carousel-text-container *{
  vertical-align:middle;
  text-align:center;
  color:#ffffff;
}

div.carousel-text-container h4{
  font-family:'Cinzel','Cairo', serif;
  font-size:2em;
}

@media (max-width:1024px) {
div#carousel-1.carousel.slide{
  border-radius:10px;
  overflow:hidden;
  margin-bottom:25px;
  height:300px !important;
}

}
@media (min-width:1024px) {
div#carousel-1.carousel.slide{
  border-radius:10px;
  overflow:hidden;
  margin-bottom:25px;
  height:600px !important;
}

}