<style>
.t923__wrapper {
position: relative;
}
.t923__content {
background-color: rgba(0,0,0,0.6);
position: absolute;
bottom: 0;
z-index: 55;
transform: translateY(100%);
transition: transform 0.4s ease-in-out;
}
.t923__wrapper:hover .t923__content {
transform: translateY(0%);
}
@media screen and (max-width: 960px){
.t923__col {
margin-bottom: 0px;
}}
</style>