.hero-container{display:flex;align-items:center;position:relative;padding:40px 0}.hero-container:before{content:"";position:absolute;top:0;left:0;background-size:cover;background-position:50%;width:100%;height:100%}.hero-wrapper{min-height:calc(100vh - 113px);width:100%;position:relative;padding:20px;display:flex;align-items:center}.hero-wrapper:before{content:"";position:absolute;top:0;left:0;background-size:cover;background-position:50%;opacity:.05;width:100%;height:100%;z-index:-1}.hero-wrapper .flex-row{align-items:center;height:100%;overflow:hidden}.hero-img-wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);width:44%;height:100%;overflow:hidden;padding-top:113px;display:none}.hero-img-wrapper img{position:absolute}@media (min-width:768px){.hero-img-wrapper{display:block}}