.container1 {
  display: inline-block;
  position: absolute;
  width:50%;
}

.container img {
  display: block;
  width:100%;
}



.positioner {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.tint {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}


.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(76,121,175, 0.8);
  transition: all 0.3s linear;
}


 .icon
    {
      position:absolute;
      display: block;
      width:100%;
      top:35%;
      left:40%;
      width: 50px;
  	  height: 50px;
      z-index:10;
    }
}