<divclass="marketing-site-hero"><divclass="marketing-site-hero-content"><h1>Yeti Snowcone Agency</h1><pclass="subheader">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam omnis, maxime libero natus qui minus!</p><ahref="#"class="round button">learn more</a></div></div>
$marketing-site-hero-height: 65vh;.marketing-site-hero {
background: url('https://images.pexels.com/photos/8264/pexels-photo.jpg?h=350&auto=compress&cs=tinysrgb') top right no-repeat;height: $marketing-site-hero-height;background-size: cover;display: flex;align-items: center;@media screen and (min-width: 40em) {background-position: center center;
}
}
.marketing-site-hero-content {
max-width: $global-width;margin: 0 auto;padding-left: 5%;padding-right: 5%;h1 {
font-size: 32px;
}
.button.round {
border-radius: 5000px;text-transform: uppercase;font-size: 12px;margin-bottom: 0;
}
@media screen and (min-width: 40em) {padding-left: 50%;
}
}