@charset "UTF-8"; /* EB PROMOS CSS Document */  
#eb-home-promos {width:30%; overflow:hidden; float:right;} 
.ebpromos_block {width:98%; overflow:hidden; float:right;} 
.ebpromos_block a {display:block; position:relative; overflow:hidden; -webkit-border-radius:3px; border-radius:3px; opacity:1; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out;} 
.ebpromos_block img {-webkit-border-radius:3px; border-radius:3px;} 
.ebpromos_block h1 {position: absolute; z-index: 2; bottom:-17px; color:#fff; width: 98%; background:rgba(0,0,0,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;} 
.ebpromos_block a:hover {opacity:0.7;}  

@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%;} 
}