p.function-format {
    display: block;
    width: 80px;
}

.cinemaFunctions > .coh-column {
    max-width: 180px;
}

#links a,
#links button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 143px;
    height: 118px;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%);
    border-radius: 1rem;
    background-clip: content-box;
    padding: 0.5rem;
    color: black;
}

#links img {
    width: auto;
    margin: 12px auto 0.5rem;
}

#links span {
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 29px;
    position: relative;
    bottom: 0;
    height: 100%;
}

#links .how-to-get img {
    margin-bottom: 1px;
}

@media (max-width: 63.9375rem) {
    #links a,
    #links button {
        width: 27%;
    }

    #links a.tickets-buy {
        background-position: 50% 55%;
        background-size: 86% auto;
    }
}

.coh-modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.cinema-title {
    padding: 5px;
}
