#hero {
    background: url(../media/img/hero_bg.jpg) center center / cover no-repeat;
    width: 100%;
    position: relative;
    z-index: 5;
    height: 100vh;
    max-height: 42vw;
}

.logo-container {
    text-align: center;
    position: absolute;
    bottom: 3%;
    right: 10vw;
}

.logo-container .logo {
    width: 515px;
    max-width: 27vw;
}

#hero .logo-container .subtitle,
#hero .logo-container .subtitle::after {
    text-transform: uppercase;
}

#hero .logo-container .subtitle {
    font-size: clamp(1em, 4vw, 4em);
    position: relative;
    line-height: 0.75em;
}

#hero .logo-container .subtitle::after {
    content: attr(data-text);
    -webkit-text-stroke: 2px #000;
    color: #000;
    text-shadow: 0 0.1em 0px rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#hero .esrb-rating {
    position: absolute;
    left: 1em;
    bottom: 1em;
    width: 15%;
    z-index: 1;
}

#hero .esrb-rating img {
    max-height: 100px;
}