/*! http://responsiveslides.com v1.54 by @viljamis */

.ccm-image-slider {
    position: relative;
}

.ccm-image-slider-text {
    position: absolute;
    width: 45%;
    left: 0;
    top: 10%;
}

.ccm-image-slider-title {
    margin-top:auto;
}

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}

.rslides {
    margin: 0 auto;
}

.rslides img {
    display: block;
    height: auto;
    object-fit: cover;
    max-width: none;
    border: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .rslides img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rslides img {
        height: auto;
      }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rslides img {
        height: auto;
      }
}
@media (min-width: 576px) and (max-width: 767px) {
    .rslides img {
        height: auto;
      }
}
@media (max-width: 576px) {
    .rslides img {
        height: auto;
      }
}