@media only screen and (min-width: 64em) {
.hero {
height: 560px;
} .hero__headline {
margin-top: 0%;
margin-left: 13%;
}
.hero__foreground {
bottom: 0%;
left: 0%;
transform: scale(1.1);
}
} @media only screen and (min-width: 40em) and (max-width: 64em) {
.hero {
height: 506px;
} .hero__headline {
margin-top: -10%;
margin-left: 0%;
}
.hero__foreground {
bottom: 10%;
left: -1%;
transform: scale(1.1);
}
} @media only screen and (max-width: 40em) {
.hero {
height: 250px;
} .hero__headline {
margin-top: -20%;
margin-left: 22%;
}
.hero__foreground {
bottom: 24%;
left: 20%;
transform: scale(1.45);
}
}