.hero-container{background-color:#f8f8f8;display:flex;flex-wrap:wrap;width:100%}.hero-left{align-items:center;display:flex;flex:1 1 40%;justify-content:center}.hero-left-image{height:auto;max-width:450px;width:80%}.hero-right{flex:1 1 60%;max-height:520px;overflow:hidden}.hero-right img{display:block;height:auto;object-fit:cover;width:100%}@media screen and (max-width:750px){.hero-container{background:#fff;flex-direction:column;height:auto;margin:0 auto;padding:0}.hero-left{font-size:0;margin:0 auto;width:90%}.hero-left,.hero-left-image{box-sizing:border-box;display:block;padding:0}.hero-left-image{height:auto;margin:30px auto;width:100%}.hero-right{display:none;max-height:none;width:100%}}