#home-section {z-index: 20;}
body[data-template="home"] #home-section {margin-bottom: calc(var(--vh) * 100);}


/* 
SLIDESHOW
*/
#home-slideshow--container {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100svh;
    max-height: 100svh;
}

#home-slideshow {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
}

.home-slideshow--media {
    width: auto;
    min-height: 100svh;
    max-height: 100svh;
}




/* 
WORDMARK
*/
#home-section #wordmark {
    bottom: 0;
    transform: translateY(11vw); /* make it the same as #home-description padding-top with an extra rem for margin from the wordmark */
    padding: 0 var(--size);
}
#home-section #wordmark .wordmark_b-fill {fill: var(--c-trans);}



/* 
DESCRIPTION
*/
#home-description {padding: calc(11vw + var(--size)) var(--size) var(--size-x);} /* make it the same as #home-section #wordmark translateY with an extra rem for margin from the wordmark */