@import url('../renaissance.css');
@import url('../lib/directories.css');


@media only screen and (max-width: 1420px) {
    .highlighted-events {
        flex-direction: column;
        justify-content: flex-start;
        margin: 1rem;
        width: calc(100% - 2rem);
        border: solid 1px var(--titles);
        padding: 0;
    }

    .highlighted-events .event {
        margin: 0.5rem;
        height: calc(150px + 5rem);
    }

    .highlighted-events .event .poster {
        height: 150px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .gallery {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
