.game-bg {
    width: 100%;
    display: flex;
}

.game-box {
    width: 90vw;
    grid-template-columns: 1fr;
}

.showreel-wrapper {
    justify-content: center;
}

.showreel {
    width: 70vw !important;
}