.hero_banner_bg_container{align-items:stretch;display:flex;justify-content:center}.hero_banner_bg_container .hero_text{display:grid;place-content:center;position:relative;width:50%}.hero_banner_bg_container img.hero_img{object-fit:cover;width:50%}.hero_banner_bg_container .hero_text:after{background-repeat:no-repeat;background-size:cover;content:"";height:720px;position:absolute;right:-159px;top:0;width:200px;z-index:2}@media (max-width:476px){.hero_banner_bg_container{flex-direction:column-reverse}.hero_banner_bg_container .hero_text{width:auto}.hero_banner_bg_container img.hero_img{max-height:280px;width:100%}.hero_banner_bg_container .hero_text:after{content:none}}