.poster-container {
    max-width: 90vw;
    max-height: 90vh;
}

.poster-image {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: fill;
    filter: brightness(0.7);
}

.poster-text {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
