
.wrapper {
    
    max-width: 300px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
		}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    
   
    height: 320px;
    width:300px;
    border: 1px solid blue;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.child {
    height: 200px;
    width: 100%;
    top:0;
     overflow: hidden;

    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}



.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
		.wrapper {padding: 20px 20px;}
}

.headx1
	{
	letter-spacing: 4pt;
	text-align: center;
	}

.avis {
    display: block;
    position: relative;
    background-color: white;
    height: 120px;
    }