.custom_header_slideshow_homepage { position: relative; }
.custom_header_slideshow_homepage .slide { position: relative; display:none;}
.custom_header_slideshow_homepage .slide .slideimg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.custom_header_slideshow_homepage .slide:first-child { display:block; }

.custom_header_slideshow_homepage .slide a { position: relative; display: block;}
.custom_header_slideshow_homepage .slide .content { background-color: rgba(0, 0, 0, 0.76); bottom: 0; min-width: 230px; padding: 10px; position: absolute; right: 0; width: 100%; text-align: center; }
.custom_header_slideshow_homepage .slide .content .title a{color: #fff; font-size: 18px; }

.custom_header_slideshow_homepage .slide img {
	background: no-repeat;
	width: 100%; 
	position: relative;
	background-size: cover;
}
.custom_header_slideshow_homepage .slide .caption_text { 
	max-width: 1024px;
	margin: 0 auto;
}
@media only screen and (min-width: 40.063em){
	.custom_header_slideshow_homepage .slide .content { padding: 20px; }
	.custom_header_slideshow_homepage .slide .content .title a { font-size: 25px; }
}