<style>
.t774__bgimg {
background-position-y: top;
transition: 1s ease-in-out;
}
.t774__wrapper:hover .t774__bgimg {
background-position-y: bottom;
transition: 2s linear;
}
</style>
<style>
.hoverbg .tn-atom{
cursor:pointer;
}
</style>
<style>
.hoverbg .tn-atom {
background-position-y: top;
transition: 1s ease-in-out;
}
.hoverbg:hover .tn-atom {
background-position-y: bottom !important;
transition: 2s linear;
}
</style>