.icon-liveRoulette:before{
  content:'\002f';
  font-family: 'Glyphter'!important;
}

/* [TIII-2613] Need to remove after v1.3.1 
@media (min-width: 768px) {
	div.games-filter {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 767px) {
	div.games-filter {
		grid-template-columns: repeat(3, 1fr);
	}
}

.games-filter .games-filter__filterByBtn {
	display: none;
}
*/