#home-block-gaming {
	display: none;
}
@media (max-width: 780px) {
	#home-block-gaming {
		display: block;
		margin: 10px 0;
	}
}
