<style>
/* Код для анимации фона в блоке TE610 */
.t983__card-image {
transition: 0.5s;
}
.t983 .t-bgimg {
background-size: 400px !important;
background-position: center center !important;
}
.t983__col:hover .t-bgimg {
background-size: 760px !important;
background-position: left center !important;
}
</style>