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

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

.ccm-image-slider-text {
    position: absolute;
    width: 45%;
    left: 50%;
    top: 48.5%;
}

.ccm-image-slider-title {
    margin-top:auto;
	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}

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

.rslides {
    margin: 0 auto;
}

.title {
	font-size: 400%;
	line-height: 1.2;
	padding: 30px 10px;
}

@media only screen and (max-width: 768px) {
.title {
		font-size: 200%;
	}	
}