/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2023 | 11:47:58 */
@media only screen and (min-width: 960px)
{
	#games-coming
	{
		z-index: 9;
		margin: 0;
		/* 		position: fixed;  */
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		transform: translate(100vw, 0);
		transition: all 1.2s ease-in-out;
		opacity: 0%;
		/* 		height: 100vh; */
	}

	#products-coming
	{
		z-index: 9;
		margin: 0;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		transform: translate(100vw, 0);
		transition: all 1.2s ease-in-out;
		opacity: 0%;
	}

}



