

.main .grid .col-3 {
    background: #fff;
   position: relative;
 
    width: 32.33%;
    margin: 0.5%;
    overflow: hidden;
}

.main .grid .col-3 .overlay {position:absolute; width: 100%; height: 100%; background: #fcd4b1; opacity: 0; top:0; }
.main .grid .col-3:hover .overlay {
   opacity: 0.5;
}

.main .grid .col-3:before {
content: "";
	display: block;
	padding-top: 100%; 	 /*initial ratio of 1:1 */
}
  

.main .grid .col-3 .col-3-wrapper{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.main .grid .col-3 .col-3-wrapper .img-wrapper, .main .grid .col-3 .col-3-wrapper .img-wrapper img{
    width: 100%;
    margin: 0 auto;
}

.main .grid .col-3 .col-3-wrapper .heading-wrapper h2{
/*    border-left: 13px solid #fcd4b1;*/
    text-transform: uppercase;
    line-height: 27px;
    margin-top: 23px;
    padding: 0 0 0 40px;
    color: #6e6e6e;
     /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.7);
}

.main .grid .col-3 > img{
    position:absolute;
    top: 0;
}

