.biew {
  
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default; margin-left: -18px; margin-top:1px;
   width: 273px;
   height:480px;
   
   
   }
   .mask .magnify span{font-size:40px; color:#FFF; position:relative; top:15px;}
   .mask  a:hover span{color:#900}
   .mask h4 {
    margin: 20px auto;
    width: 200px;
}
.mask h5 {margin-left:13px; width:260px; text-align:center; margin-top:15px; margin-bottom:10px;}
.biew .mask,.biew .content {
   width:300px;
   height:500px;
   position: absolute;
   overflow: hidden;
  float:left;
   top: 0;
   left: 0;
}
.biew img {
   display: block;
   position: relative;
   
   
}
.biew h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.2);
   margin: 20px 0 0 0;
}
.biew p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.biew a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  
   
}
.biew a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.imgCircle {
    background: rgba(0, 0, 0, 0) url("../../images/prod-bg-black.jpg") no-repeat scroll 0 0;
    border-radius: 100%;
    height: 230px;
    margin: 10px auto;
    padding-left: 0px;
    padding-top: 50px;
    width: 230px;
}
.imgCircle img{ }