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

@media only screen and (max-width: 1024px) {
    .selection {
        width: 200px;
    }
}

@media only screen and (max-width: 912px) {
    main {
        padding-bottom: 105px;
    }
    .festival-dates {
        font-size: 0.8rem;
    }

    .selection {
        width: 150px;
    }

    img.portrait-poster {
        width: calc(100% - 0.5rem);
        margin: 0.25rem;
    }
}

@media only screen and (max-width: 819px) {
    .festival-dates {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .festival-dates > * {
        letter-spacing: 0.1rem;
    }

    footer {
        height: 100px;
    }

    .user-groups {
        display: flex;
        font-size: 0.8rem;
    }
}
