#companyTagLineBox {
    display: flex;
    align-items: center !important;
}

.steam-box-content {
    align-items: center !important;
}

#mobileExtraFiller {
    display: none;
}

#mobileTagLineBox {
    display: none;
}

.game-logo {
    display: flex;
}

.game-logo-image {
    max-width: 480px;
}

.steam-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

.steam-picture-box-container {
    background: url("/media/lp_main_desk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px !important;
    justify-content: flex-start !important;
}

.steam-picture-box-container-mobile {
    background: url("/media/dundunVr_main_mob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px !important;
}

.steam-picture-box-text {
    font-family: "Times New Roman", Times, serif;
    font-size: 36pt;
    letter-spacing: 0.7px;
    font-style: italic;
    line-height: 1.2em;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: #FCEAEA;
    width: 80%;
}

.steam-picture-box-text-mobile {
    font-family: "Times New Roman", Times, serif;
    font-size: 32pt;
    font-style: italic;
    letter-spacing: 0.7px;
    word-spacing: 1px;
    letter-spacing: 2px;
    line-height: 1.1em;
    color: #FCEAEA;
    width: 100%;
    text-align: center;
}

.steam-picture-box-container-contact {
    height: 500px !important;
    background-color: #736356;
}

@media only screen and (max-width: 600px) {
    .game-logo-image {
        width: auto;
        height: 136px;
    }

    .steam-picture-box-container {
        background: url("/media/LpBannerMobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px !important;
        justify-content: flex-start !important;
    }
    
}