html, body {background-color:#000;width:100%;height:100%}
body {background-image:url('../images/background-xs.jpg');background-repeat:no-repeat;background-position:50% 0;background-size:100%;}
.logos{padding-top:1rem;}
.logos img {width:80%;}
.bonus-content {margin:1vw 0 0 0;}
img.nfl {width: 65%;margin: 6px 6px 0 0;}
img.bonus {margin-top: 29vw;width: 60%;}
img.btn-bet-now {width: 38%;}
.facts img {border:solid 1px #87aa06;padding:1rem 3px;width:85px;margin:2rem 0.5rem;}
@media only screen and (min-width:576px) {
	body {background-image:url('../images/background-sm.jpg');}
	.facts img {border:0;width:auto;background:none;}
	img.nfl {width: 50%;margin: 33px 20px 0 0;}
	img.bonus {width:initial;margin-top: 16vw;}
	img.btn-bet-now {width: auto;}
	.bonus-content {margin-top:calc(0.2vw * 8)}
}
@media only screen and (min-width:768px) {
	.bonus-content {margin-top: 2vw;}
}
@media only screen and (min-width:992px) {
	body {background-image:url('../images/background-lg.jpg');}
	img.nfl {width: 50%;margin: 33px 0 0 0;}
	.facts img {border:solid 2px #87aa06;background-color:rgba(0, 0, 0, 0.5);}
	.logos img {width:initial;margin: 1.5rem 3rem 3.5rem 3rem;}
	.container {background-image:url('../images/sub-bg-lg.png');background-repeat:no-repeat;background-position:50% 0;}
	img.bonus {margin-top:115px;}
	.bonus-content {margin-top: 1vw;}
}
