/* For screens below 1500px (approx. 125% zoom) */
@media screen and (max-width: 1500px) {}

/* For screens between 1300px - 1399px (approx. 110% zoom) */
@media screen and (max-width: 1399px) and (min-width: 1300px) {}

/* For screens between 1200px - 1299px */
@media screen and (max-width: 1299px) and (min-width: 1200px) {}

/* For screens below 1200px (Tablet Landscape) */
@media screen and (max-width: 1199.98px) {}

/* For screens below 992px (Tablet Portrait) */
@media screen and (max-width: 991.98px) {}

/* For screens below 768px (Mobile) */
@media screen and (max-width: 767.98px) {
	.online-casino-content h1 {
	    font-size: 36px;
	    line-height: 44px;
	}
	.online-casino-content h1 img {
	    width: 40px;
	}
}
