.series-page-warp .tag-item .img-box {
    aspect-ratio: 16 / 9;
    background-color: var(--ri-secondary-bg);
}

.series-page-warp .tag-item .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s;
}
