:root {
	--background: url(https://manager.spinthewheel.nl/media/games/145/style/129/background_img/pinball-mainbanner-kronenburg.jpg?nocache=1741101543089) right top no-repeat #fcd20a;
}

#outer-wrapper{
    background-size: contain;
}

.logo-main img {
    height: 64px;
}
.gamescore-wrap {
    left: 210px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .gamescore-wrap {
        left: 180px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .gamescore-wrap {
        left: 180px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gamescore-wrap {
        left: 180px;
    }
}
@media (max-width: 767px) {
    .logo-main img {
        height: 32px;
    }   
    .gamescore-wrap {
        left: 0;
    }
}