.footer {
	margin-bottom: 0px;
}
#gameCardsContainer{
	min-height: 40vh;
}


@media(max-width:750px) {

	

	.nodate {
		width: 100%;
		height: 400px;
		font-size: 20px;
		position: absolute;
		white-space: nowrap;
		top: 40%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-image: url(../images/notdate.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center;
		z-index: 99999;
		/* display: none; */
	}

}

@media(min-width:750px) {
	

	.nodate {
		width: 100%;
		height: 400px;
		font-size: 20px;
		position: absolute;
		white-space: nowrap;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-image: url(../images/notdate.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-size: 70% 700px;
		background-position: center;
		z-index: 99999;
		/* display: none; */
	}

	

}