/* Anasayfa CX slider — poster kartı tam doldurma (cx-reels.css defer öncesi) */
.cx-reel-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #0a0a0a;
}

.cx-reel-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}

.cx-reel-media picture {
    position: absolute;
    inset: 0;
    display: block;
}

.cx-reel-poster-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}
