/* Gallery Section start*/
.gallery_img {

    position: relative;
}
.about-side-2 {
    padding-bottom: 30px;
}
.gallery-photo {
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    text-align: center;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(255,182,6,.4);
    overflow: hidden;
    width: 0%;
    height: 0;
    transition: all .6s ease;
}
.overlay_shape i {
    position: absolute;
    font-size: 20px;
    color: #ffb606;
    transform: translate(-50%,-50%);
    top: 115px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    border-radius: 50%;
    background: #fff;
}
.gallery-photo:hover .overlay {
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px){
  .person{
    width: 100% !important;
    height: 100% !important;
  }
}
.gallery_img1 {
    position: relative;
}
.gallery_img2 {
    position: relative;
}

/* Gallery Section End */

/* event section page */

.eventImg {
    width: 40%;
    float: left;
    padding: 20px;
}
.eventContent {
    width: 50%;
    float: left;
    padding: 20px;
}

/*  event section end */

@media only screen and (max-width:768px){
    .person_1{
        margin-bottom: 20px;
    }
}