
.gf-film-banner-tile {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
}

.gf-film-banner {
    position: absolute;
    z-index: 20;
    top: 25px;
    left: -57px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 42px;
    padding: 7px 12px;
    box-sizing: border-box;
    transform: rotate(-45deg);
    transform-origin: center;
    pointer-events: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .065em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.gf-film-banner--coming-soon {
    color: #ffc400;
    background: #2f7f8c;
}

.gf-film-banner--released {
    color: #252525;
    background: #ffc400;
}

.gf-film-banner--custom {
    color: #fff;
    background: #2c2c2c;
}

@media (max-width: 767px) {
    .gf-film-banner {
        top: 20px;
        left: -62px;
        width: 210px;
        min-height: 38px;
        font-size: 10px;
    }
}
