.product-thumb a img{height:275px}
.feturbox{  
border: 1px solid #e0dcdc;
background-color: #fff;
padding: 10px 15px;
border-radius: 7px;
    margin-bottom:10px;
} 

.feturbox img{height:60px}
.feturbox:hover{
   background-color: #e6e3e3;
border: 1px solid #f6f6f6;
}
.example, .example1 .example2 {
  position: relative;
  }

.example p, .example1 p, .example2 p {
    position: relative;
  top: -100px;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 2.8em;
  text-align: center;
  left: 50%;
  }

.example img, .example1 img, .example2 img {
  width: 100%;
  }
   