/* SpaceNET Gameshop global responsive background */

body {
    background-image: url('/image/data/001/april26/spacenet-background-gaming.jpg') !important;
    background-color: #000 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* Mobile background */
@media (max-width: 768px) {
    body {
        background-image: url('/image/data/001/april26/spacenet-background-gaming-mobile.jpg') !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }
}
