@media only screen and (min-width:768px) {
    div.products.presentation div.product {
        margin-top:200px !important;
    }
}
@media only screen and (max-width:768px) {
    div.products.presentation div.product {
        margin-top:50px !important;
    }
}

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; }
}

@media only screen and (min-width:758px) {
    body { 
	background-image:url(/websites_production/sportsbook.lu/img/bg-casino.jpg?v=1);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	background-size:100%;
	background-attachment:top;
	background-color:#000;
    }
    
    section.main.content {
	width:100%;
	max-width:1140px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/library/images/backgrounds/transpBlack50.png);
    }
    nav.categories {
	background-image:url(/library/images/backgrounds/transpBlack75.png);
    }
    nav.categories > a {
	padding:10px;
    }
    
    nav.categories a {
	color:#c8c8c8 !important;
    }
    nav.categories a:hover {
	color:#fff !important;
    }
    nav.categories a.active {
	color:#fff !important;
	background-color:#059671 !important;
	text-shadow:1px 1px 1px #222;
    }
}
