#hero {
    background-image: url("bg.jpg");
    height: 100vh;
}

#hero_subtitle h1 {
    font-size: 8rem;
}

#hero_subtitle_mobile h1 {
    font-size: 4rem;
}

#hero_subtitle {
    position: absolute;
    bottom: 5%;
    right: 10%;
}

#hero_subtitle_mobile {
    position: absolute;
    bottom: 16px;
    right: 10%;
}
