@media screen and (max-width: 768px) {
	.header-right h2{
		display: none;
	}

	#pagetoggle_btn{
		margin-bottom: 0;
	}
	.maincol-games{
		justify-content: space-between;
	}
	.game-item.big{
		width: 49% !important;
		overflow: hidden;
	}
}