.hero{display:flex;max-height:100%;width:100%}.hero .hero-content{-webkit-align-items:center;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;width:100%;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.hero--two-col .hero-content{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.hero-col--image{max-width:100%}.hero-col--image-overlay{position:relative}.hero-col--image-overlay:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-col--image img{display:block;max-width:100%;object-fit:cover}.hero-col--form{max-width:500px}.hero-col--form .actions{display:block}@media (min-width:768px){.hero-content--left{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.hero-content--left .hero-col--form form,.hero-content--left .hero-col--image img{margin-right:auto}.hero-content--right .hero-col--form form,.hero-content--right .hero-col--image img{margin-left:auto}}@media (max-width:767px){.hero-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}