.gallery_wraper{
  width: 100%
}

.gallery_bx{
  width: 100%;
  margin-top: 25px;
}

.gallery_bx a{
  text-decoration: none !important;
  color: #212529;
}

.gallery_bx h4{
 padding: 25px 0px 15px 0px;
 font-size: 16px;
}

.gallery_bx p{
 font-size: 15px; 
 align-items: center !important;
}

  button{
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 5px;
  font-size: 16px;
}



.calendar_img{
  width: 12px !important;
}


/*.gallery_bx img{
  width: 100%;
}*/

.gallery_bx1{
  width: 32%;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}

.gallery_bx2{
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;

}

.gallery_bx3{
  width: 32%;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}

.video_gal{
  margin-bottom: 100px;
}

/*Hover effect*/
.container1 {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2b2b2b80;
  border-radius: 15px;
}

.container1:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 1050px) {
  .gallery_bx h4 {
  min-height: 50px;
  }

}

@media only screen and (max-width: 750px) {
  .gallery_bx1, .gallery_bx2, .gallery_bx3  {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .gallery_bx h4 {
  min-height: 30px;
  }

}

