.mr10 {
margin-bottom: 10px;
}
.banner {
display: block;
overflow: hidden;
position: relative;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.banner:before {
background: rgba(0, 0, 0, 0.5) url(http://magento2.flytheme.net/themes/sm_smarket/pub/static/frontend/Sm/smarket/en_US/images/iconbr.png) no-repeat scroll center center;
content: '';
height: 100%;
left: 0;
opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
position: absolute;
top: 0;
transform: scale(0.5) rotateY(180deg);
-moz-transform: scale(0.5) rotateY(180deg);
-webkit-transform: scale(0.5) rotateY(180deg);
-ms-transform: scale(0.5) rotateY(180deg);
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
visibility: hidden;
width: 100%;
z-index: 9;
}
.banner:hover:before {
transform: scale(1) rotateY(0deg);
-moz-transform: scale(1) rotateY(0deg);