@media (max-width: 992px) and (orientation: landscape) {
	html, body {
		height: 100%;
		background-color: #FFF !important;
	}
	body {
		margin: 0;
	}
	.main-wrapper {
		display: none;
	}
	section {
		display: none;
	}
	.mobile-landscape {
		display: flex;
		height: 100%;
		padding: 0;
		margin: 0;
		justify-content: center;
		align-items: center;
	}
	.mobile-landscape .row {
		width: auto;
		font-size: 3em;
		text-align: center;
	}
	.mobile-landscape .row i {
		font-size: 4em;
	}
}