/*! 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;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .rslides_nav {
        opacity: 0 !important;
    }
}

.ccm-image-slider .rslides figure {
    display: block;
    margin: 0;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    min-height: 300px;
    height: 34vw;
}