.t772__col{
    overflow: hidden;
}
.t772__col .t772__bgimg{
        transition: all .3s ease;
}
.t772__col:hover .t772__bgimg{
       transform: scale(110%);
}