/*
 * http://github.com/peteboere/css-crush (v2.4.0)
 */
section.billboard{padding:0;height:320px;overflow:hidden;margin-top:4rem}section.billboard .promoWrapper{position:relative;height:320px}section.billboard .promoWrapper .textWrapper{height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;z-index:999}section.billboard .promoWrapper .textWrapper .text{text-align:center;padding:0 1rem;margin-top:-2rem;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}section.billboard .promoWrapper .textWrapper .text p{margin-bottom:0}section.billboard .promoWrapper .image{height:100%;width:100vw;position:relative;width:100vw;margin-left:-50vw;margin-right:-50vw;left:50%;right:50%}section.billboard .promoWrapper .image picture,section.billboard .promoWrapper .image img{height:100%;width:100vw;object-fit:cover;position:relative}section.billboard.gustav h2.gustav{text-transform:uppercase;color:#373E42}section.billboard.gustav .white,section.billboard.gustav .gold{font-weight:bold}section.billboard.gustav .white{color:#FFF;margin-right:1px}section.billboard.gustav .gold{color:#FFCF00}article#page-content .billboard:nth-last-child(2){margin-bottom:-50px}@media (max-width:767px){section.billboard{height:640px}section.billboard .promoWrapper{height:640px}section.billboard .promoWrapper .textWrapper{height:auto}section.billboard .promoWrapper .textWrapper .text{margin-top:unset}section.billboard .promoWrapper .textWrapper h2{margin-top:4rem}section.billboard .promoWrapper .image{position:absolute;bottom:0;height:auto}section.billboard .promoWrapper .image img{object-fit:contain}}