/*! 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: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
		
    justify-content: space-between;
    flex-flow: row wrap;
}

.image-gallery li {
    width: calc(33.33% - 10px);
    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: 650px) {

    .image-gallery li {
        width: calc(50% - 10px);
        float: left;
        box-sizing: border-box;
        margin-right: 17.5px !important;
        margin-bottom: 10px;
    }
    .image-gallery li:nth-child(3n) {
        margin-right: inherit;
    }
    .image-gallery li:nth-child(2n) {
        margin-right: 0 !important;
    }

}

