@import url("../snowfall.css");
@import url("../../../../lib/teaser.css");


.main-image {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.teaser-wrapper {
    width: calc(100vw - 2rem);
    height: calc((100vw - 2rem) * 0.3567);
}

.teaser-container, .teaser-video {
    width: 100% !important;
    height: 100% !important;
}

.teaser-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.festival-dates {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    margin: 0 0 1rem 0;
    border-bottom: solid 1px var(--light-brand-color);
}

.festival-dates > * {
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
    color: var(--dark-brand-color);
}

.inperson-dates, .online-dates {
    margin: 0 2rem;
}

.festival-dates[data-common-dates="False"] .common-dates {
    display: none;
}

.festival-dates[data-common-dates="True"] .inperson-dates, .festival-dates[data-common-dates="True"] .online-dates {
    display: none;
}

main .gallery {
    justify-content: center;
}

.selection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: auto;
}

.selection img.portrait-poster {
    width: calc(100% - 1rem);
    margin: 0.5rem;
    height: auto;
    object-fit: contain;
}
