/* put all custom quick rules here */

.flag, .portrait {
    border: 2px solid var(--gray);
    border-radius: 0.5rem;
    margin: auto;
    overflow: clip;
}

.flag img, .portrait img {
    width: 100%;
}

.flag {
    max-width: 12rem;
}

.portrait {
    max-width: 16rem;
}

.intro .large {
    margin-top: -0.25rem;
}

.intro {
    margin-bottom: 0.5rem;
}