.vw_jumbo_header{width:100%;height:calc(100vh - 100px);display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%}.vw_jumbo_header .wrapper *{width:100%;height:100%}.vw_jumbo_header .imageright{grid-row:span 2}.vw_jumbo_header .imageleft img,.vw_jumbo_header .imageright img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.vw_jumbo_header .text{background:#fff;padding:50px;display:flex;flex-direction:column;justify-content:center;gap:20px}.vw_jumbo_header .text h1{text-transform:uppercase}.vw_jumbo_header .text a{background:#fff;border:3px solid var(--color-blue);color:var(--color-blue);padding:10px 20px;max-width:-moz-max-content;max-width:max-content;width:unset;font-weight:600;text-transform:uppercase;text-decoration:none;display:inline}.vw_jumbo_header .text a span{white-space:pre-wrap}@media screen and (max-width: 650px){.vw_jumbo_header .text{padding:25px}}@media screen and (max-width: 650px){.vw_jumbo_header{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;height:auto}.vw_jumbo_header .imageright{grid-row:1}.vw_jumbo_header .imageleft{grid-row:3}.vw_jumbo_header .text{grid-row:2}}