<style>
@media screen and (min-width:960px){
.t503 .t-card__col , .t503__content{
max-height: 290px;
position: relative;
overflow: hidden;
transition: all 0.3s linear;
}
.t503__content {
padding: 20px;
box-sizing: border-box;
background-color: #fff;
}
.t503 .t-card__col:hover{
overflow:visible;
}
.t503 .t-card__col:hover .t503__content {
max-height: none;
z-index: 99;
box-shadow: 0 0 20px 3px rgb(239 239 239);
}
.t503 .t-card__col:after {
content: "";
width: 100%;
height: 70px;
position: absolute;
bottom: -30px;
z-index: 50;
opacity: 0.4;
left: 0;
background-image: url(https://static.tildacdn.com/tild3338-3763-4237-b064-626638323739/UnfoldedCleverGerman.gif);
background-size: contain;
background-repeat: no-repeat;
}
.t503 .t-card__col:before {
content: "";
width: 100%;
height: 100%;
bottom: 0;
left: 0;
position: absolute;
z-index: 33;
background-image: linear-gradient(0deg, white 10% , rgb(0 0 0 / 0%) 45%);
}
}
</style>