/* 
LANDING
*/
#h-landing {
    min-width: 100vw;
    max-width: 100vw;
    min-height: calc(var(--vh) * 100);
    max-height: calc(var(--vh) * 100);
}

#h-landing > div {
    right: 0;
    bottom: 0;
    left: 0;
}


/* 
WORK
*/
#h-work * {grid-column: 1/-1;}
#h-work > li:not(:last-of-type) {margin-bottom: 2rem;}
@media only screen and (min-width: 768px) {
    #h-work li {grid-column: span 3;}
    #h-work li:last-of-type {grid-column: 1/-1;}
}
@media only screen and (min-width: 1200px) {
    #h-work h2 {order: 4;}
    #h-work li:nth-of-type(1) {grid-column: span 2 !important; order: 1;}
    #h-work li:nth-of-type(2) {grid-column: span 2 !important; order: 2;}
    #h-work li:nth-of-type(3) {grid-column: span 2 !important; order: 3;}
    #h-work li:nth-of-type(4) {grid-column: span 3 !important; order: 5;}
    #h-work li:nth-of-type(5) {grid-column: span 3 !important; order: 6;}
}
@media (hover: hover) {
    #h-feed h2:hover {text-decoration: none !important;}
}

.h-title {
    display: flex;
    justify-content: center;
}

/* 
DIRECTORS
*/
#h-directors-work {
    min-width: 100vw;
    max-width: 100vw;
}

#h-directors-work li {
    min-width: 37.5vw;
    max-width: 37.5vw;
}
@media only screen and (min-width: 1200px) {
    #h-directors-work li {
        min-width: 22.5vw;
        max-width: 22.5vw;
    }
}
@media (hover: hover) {
    #h-feed a {transition: 250ms ease;}
    #h-directors > ul:hover a {opacity: var(--opacity);}
    #h-directors > ul a:hover {opacity: 1 !important;}
}

.home_p-directors-marquee--wrap {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}