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


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


@media only screen and (max-width: 1024px) {
    .ren-titled-content {
        flex-direction: column;
    }

    .nominees {
        padding: 0;
        width: 100%;
        margin: 1rem 0 0 0;
    }

    .category-list {
        border-bottom: solid 1px var(--black);
        margin-bottom: 2rem;
        width: calc(100% - 2rem);
    }

    .vote-placeholder {
        margin: 0 0 2rem 0;
    }

}
