@charset "UTF-8"; /* EB PROMOS CSS Document */  
#eb-home-promos {width:30%; overflow:hidden; float:right;} 
.ebpromos_block {width:98%; overflow:hidden; float:right; margin-bottom: 5px; } 
.ebpromos_block a {display:block; position:relative; overflow:hidden; -webkit-border-radius:3px; border-radius:3px;} 
.ebpromos_block img {-webkit-border-radius:3px; border-radius:3px; width: 100% } 
.ebpromos_block h1 {position: absolute; z-index: 2; bottom:-17px; color:#fff; width: 98%; background:rgba(146,107,102,0.7); text-align: center; font-size:13px; line-height:13px; padding:3px 1.2%; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;} 

@media only screen and (max-width: 786px) {
	#eb-home-promos {width:100%; float:none; margin-top:5px;}
	.ebpromos_block {width:32%; margin-left:1%; float:left;} 
	.ebpromos_block:first-child {width:33%; margin-left:0%;} 
}
