.show-only-mobile {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    .show-only-mobile {
        display: block !important;
    }
}

.go-to-pc-notice {
    color: #2189DB;
    line-height: 25px;
}

.requirements-notice {
    color: brown;
    font-size: 12px;
}

.noquest-notice {
    font-size: 12px;
    font-weight: bold;
}

.game-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.game-alyx-background {
    background-image: url('../images/games/halflife.jpg');
}

.game-beatsaber-background {
    background-image: url('../images/games/beatsaber.jpg');
}

.game-vrchat-background {
    background-image: url('../images/games/vrchat.jpg');
}

.game-pavlov-background {
    background-image: url('../images/games/pavlov.jpg');
}

.game-boneworks-background {
    background-image: url('../images/games/boneworks.jpg');
}

.game-skyrim-background {
    background-image: url('../images/games/skyrim.jpg');
}

.game-description-container {
    display: block;
    height: 96px;
}

.game-name {
    font-size: 26px;
    color: white;
    text-shadow: 1px 1px black;
    background-color: #00000055;
}

.game-description {
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px black;
    background-color: #00000055;
}

.swipe-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    width: 35px;
    margin-top: 5px !important;
}

.main-img-container {
    width: 100%;
    height: 250px;
    background: url('../images/index/single-product/single-product-001.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
    .main-img-container {
        height: 535px;
    }
}

@media screen and (min-width: 992px) {
    .main-img-container {
        height: 713px;
    }
}