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

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

.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
    top: 50%;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

.ccm-image-slider-title {
    margin-top:auto;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 60px;
	font-weight: 300;
	text-align: center;
}	

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

.rslides {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
.ccm-image-slider-title {
    margin-top:auto;
	color: #fff;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}
	
}
}