.promo {
	margin-top: 25px;
	padding: 0px; 
	background: #0099ff url('/media/governorvirginiagov/secretary-of-natural-resources/images/fish.png') top left no-repeat;
	color: rgba(255,255,255,1); 
	text-align: center; 	
	font-size: 20px; 
	position: relative; 
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	border-radius: 5px; 
}

.promo .intro {
	margin-bottom: 0px; 
	font-size: 13px; 
	text-align: left;
	padding: 20px 10px ; 
	background: rgba(0,0,0,.3);	
}

.promo .intro .buttonlink {
	font-size: 20px; 
}


.promo .bgimage {
	position: absolute;
	bottom: 0; 
	width: 100%;
	left: 0; 
	opacity: .1;
	z-index: 9;
}
.promo span {
	max-width: 800px; 	
	width: 100%; 
	display: block;
	margin: auto;
	position: relative; 
	z-index: 10; 
	text-align: center; 
}

.promo span a {
	color: #fff;	
	border: 1px dotted rgba(255,255,255,.5);
	padding: 0 20px; 
	transition: .35s;
	text-decoration: none; 
	border-radius: 3px; 
}

.promo span a:hover {
	color: #fff;	
	background: rgba(255,255,255,.8); 
	color: #0099ff;
	border: 1px dotted rgba(255,255,255,1);
}

.promo img {
	width: 100%; 
	height: 100%;
	margin: 15px auto 10px;
	max-height: 57px;
	opacity: .65;
	max-width: 221px; 
}


#mainContent .promo img {
	margin: 15px auto 10px;
    height: 100% !important;
	width: auto !important;
	border: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    padding: 0 !important;
}

@media screen and (max-width: 990px) {
	
	
.promo {
	margin-top: 1px;
}
}


