#hero_banner{display:flex;height:85vh;overflow:hidden}#hero_banner .hero_image{flex:0 0 70%}.hero_title,.hero_title h1{font-family:Bodoni_72_smallcaps;display:inline-block;font-size:50px}#hero_banner .hero_image img{width:100%;height:100%;object-fit:cover}#hero_banner .hero_content{position:relative;flex:0 0 30%}#hero_banner .hero_content .hero_text{width:150%;background-color:#efefef;position:absolute;left:-60%;top:50%;transform:translateY(-50%);text-align:center;padding:30px;border-radius:5px}.hero_text p{padding:0 40px 30px 40px;margin:0}#hero_banner .hero_content .hero_text .bttm_row{width:100%;text-align:right;padding:0 40px}#hero_banner .hero_content .hero_text img{width:30%}@media(max-width:1200px){#hero_banner .hero_content{display:flex;align-items:center}#hero_banner .hero_content .hero_text{left:unset;right:0;height:100%}}@media(max-width:900px){.hero_title,.hero_title h1{font-size:40px}#hero_banner{display:block;height:unset}.hero_text p{padding:0 20px 10px 20px}#hero_banner .hero_content .hero_text{position:static;transform:unset;width:100%;background-color:white}#hero_banner .hero_image{height:100%}#hero_banner .hero_content .hero_text .bttm_row{text-align:center;max-width:300px;margin:30px auto 0}#hero_banner .hero_content .hero_text img{width:90%}}