/*! http://responsiveslides.com v1.54 by @viljamis */
.ccm-image-slider {
    position: relative;
}
.ccm-image-slider-text {
    position: absolute;
    width: 55%;
    left: 0;
    bottom: 0;
    padding: 48px;
    background: #FBF9FA;
}
.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;
}

.ccm-image-slider-item { 
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.ccm-image-slider-item a {
  top: 0;
}

@media only screen and (max-width: 980px) {
    .ccm-image-slider-text {
        position: static;
        width: 100%;
    }
    .rslides img {
        margin-bottom: 32px;
    }   
}
