.project-hero{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-top:10rem;min-height:100vh}.project-hero.no-image{min-height:24vmax}.project-hero.no-image .hero-copy{margin-bottom:0}.project-hero .hero-copy{margin:0 auto 10rem;width:80%;text-align:center}.project-hero .hero-copy h1{font-size:3.2rem;font-weight:700}.project-hero.large-logo .logo{width:14rem;margin:2rem auto}.project-hero .logo{width:8rem;margin:2rem auto}.project-hero .bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:-1;background-position:50%;background-size:cover}@media (min-width:768px){.project-hero.is-flipped{justify-content:flex-start}.project-hero .image{display:block;position:absolute;width:50%;right:0;bottom:-30%;max-width:80rem;min-width:60rem;z-index:10000}.project-hero .hero-copy{width:40%;margin-right:10%;margin-left:10%}.project-hero .hero-copy h1{font-size:4.8rem}.project-hero .bg{z-index:-1;background-position:0;background-size:cover}}