.app-over .app-container {
    width: 100% !important;
    height: 100% !important;
}

.app-over {
	position: relative;
	max-width: 1000px;
	height: 700px;
	margin: 0 auto;
}
@media screen and (min-width: 800px) {
	.app-over .app-container {
		min-height: 710px;
	} 
}
