.te-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s;
}

.te-gallery .tg-image{
    overflow: hidden;
    max-height: 568px;
}

.te-gallery img:hover{
    transform: scale(1.2);
}



.te-gallery .tg-image{
    margin-bottom: 30px;
}