#first-screen-bg{background-color:white;margin-bottom:90px}#first-screen{display:flex;justify-content:center;flex-direction:column;padding:1px 3vw 0;height:max(400px,calc(37vw + 52px));max-height:640px;margin:0 auto 50px;position:relative;max-width:1280px}#image{position:absolute;background-repeat:no-repeat;background-position:right -20px top 0;background-size:auto 95%;top:0;right:0;left:0;bottom:0;z-index:1}#headings{position:relative;order:1;flex:0 0 auto;max-width:40%;z-index:2}#search-form{flex:0 0 45px;order:3;z-index:2}#search-form>div{height:90px;position:absolute;left:3vw;right:3vw;bottom:-45px}@media screen and (max-width:840px){#first-screen-bg{background:transparent;margin-bottom:0}#first-screen{height:900px;margin-bottom:0;background-color:transparent;max-height:none}#headings{max-width:100%}#headings span{background:transparent!important}#search-form{flex:1 1 auto;order:2}#search-form>div{position:static;min-height:294px}#image{background-color:rgb(238,229,229);background-size:auto 102%;background-position:bottom -15px center;height:42vh;left:0;right:0;bottom:57px;top:auto}}