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

.image-gallery {
    width: calc(100% + 20px);
    float: left;
    margin: 0;
    padding: 0;
    margin-left: -20px;
    list-style: none;
}

.image-gallery li {
    width: calc(25% - 20px);
    margin-left: 20px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.image-gallery li:nth-child(3n) {
    margin-right: 0;
}

.image-gallery img {
    width: 100%;
}

@media only screen and (max-width: 850px) {
    .image-gallery li {
        width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 650px) {
    .image-gallery li {
        width: calc(50% - 20px);
    }

}