/* @group Header
------------------------------------ */
.header-crush { position: relative; margin: 125px 0 0; }
.header-crush .img-box { height: 527px; }
.header-crush h1 { color: var(--black); }
@media only screen 
and (min-width: 961px) {
    .header-crush { margin: 0; }
    .header-crush .img-box { height: 100vh; }
}
@media only screen 
and (max-width: 960px) {
}
/* @end */