@media only screen and (min-width:768px) {
    div.products.presentation div.product {
        margin-top:200px !important;
    }
    body {
	background-image:url(/websites_production/betvolt.com/img/bg-casino.png);
	background-position:center top;
	background-size: contain;
	background-color:#000;
	background-repeat: no-repeat;
    }
    .carousel {
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
    }
}
@media only screen and (max-width:768px) {
    div.products.presentation div.product {
        margin-top:50px !important;
    }
    .carousel { display:none; }
}

div.products.presentation div.product {}
div.products.presentation div.product .product-text {}
div.products.presentation div.product .product-text h3 {
    font-size:40px;
}
div.products.presentation div.product .product-text p {
    font-size:25px;
}

div.products.presentation div.product .product-image {}
div.products.presentation div.product .product-image img {
    width:100%;
    filter: blur(0px) grayscale(0%);
    transition: filter .25s;
}

div.products.presentation div.product .product-image:hover img {
    filter: blur(5px) grayscale(20%);
}


@media only screen and (max-width:758px) {
    div.products.presentation div.product div.product-text { padding:10px; }
    div.casino-game.card { width:90%; }
    section.widget.casino-games-inner-bottom { width: 100%; }
    section.widget.casino-games-inner-bottom div.content a img { width:100%;  }
}

