.avrelax-movie-card {width: 100%;}
.avrelax-movie-card:hover .avrelax-movie-poster img{transform: scale(1.08);}
.avrelax-movie-card-link {display: block; text-decoration: none; color: #fff;}
.avrelax-movie-poster {position: relative; width: 100%; aspect-ratio: 2/3; overflow: hidden; border-radius: 10px; background: #000;}
.avrelax-movie-poster img {width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease !important; will-change: transform;}
.avrelax-movie-title {margin: 10px 0 0; font-size: 15px; font-weight: 600; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; color: #ffffff;}
.avrelax-movie-title a {color: inherit; text-decoration: none; display: block;}
