#contact-page {background: white;}


/* 
HEADING
*/
#contact_p-heading > * {grid-column: 1/-1;}
@media only screen and (min-width: 1096px) {
    #contact_p-heading {margin-bottom: 1rem;}

    #contact_p-heading > div {
        grid-column: 1/7;
        grid-row: 1;
    }

    #contact_p-heading > address {
        grid-column: 1/5;
        grid-row: 2;
        margin-top: 2rem;
    }

    #contact_p-heading > a {
        grid-column: 5/7;
        grid-row: 2;
        height: fit-content;
        margin-top: 2rem;
    }
}


/* 
PICTURE
*/
#contact_p-picture {
    aspect-ratio: 1/1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
@media only screen and (min-width: 1096px) {
    #contact_p-picture {aspect-ratio: 16/9;}
}


/* 
EMAILS
*/
#contact_p-emails .contact_p-email:not(:last-of-type) {border-bottom: 1px solid black;}
@media only screen and (min-width: 1096px) {
    .contact_p-email {
        display: flex;
        justify-content: space-between;
    }

    .contact_p-email a {margin-top: 0;}
}

/* 
VIDEO
*/
#contact_p-video {aspect-ratio: 4/5;}
@media only screen and (min-width: 1096px) {
    #contact_p-video {aspect-ratio: 16/9;}
}