.captionOrange, .captionBlack {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.captionOrange {
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
	font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}

a.captionOrange:hover {
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}

.slide_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.slide_img .slide_cap {
	position: absolute;
	top: 190px;
	left: 0px;
    height: 180px;
	width: 480px;
}

.slide_img .caption {
	color: White; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 20px; 
	text-align: center;
	padding: 8px 24px 16px 8px;	
	max-width: 456px;
	background-color: rgba(0,0,0,0.5);
}

@media only screen and (max-width:800px) {	
	div#slider1_container {
		max-width: 80vw;
	}
	
	div#slider1_container div {
		max-width: 80vw;
	}

	div#slider1_container div div div div img {
		max-width: 80vw !important;
		height: auto;
	}

	.slide_img .caption {
		font-size: 14px;
		padding: 8px 36px 8px 4px;	
		max-width: 90%;
		margin-right: 8px;
		margin-left: -2px;
	}

}