.img {
    border: solid 0px !important;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .100s ease;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
  
@media (max-width: 800px) {
  .overlay {
    position: absolute;
    bottom: -50px;
    left: 350px;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform:scale(0);
    transition: .100s ease;
  }
}


@media (max-width: 800px) {
  .containers:hover .overlay {
    transform: scale(2) !important;
  }
}

@media (max-width: 1000px) {
  .imagesize{
    width: auto !important;
  }

  .textoverlay{
   display: none !important;
  }

}

 .imagesize{
    width: 1000px;
  }

@media (max-width: 600px) {
  p { 	
    padding: 8px !important;
    font-size: 10px !important;
  }
}



  p { 	
    padding: 6px;
  }