main,
header,
article,
aside,
footer {
	display: none !important;
}

	#incompatible {
		height: 100vh;
		padding: 15px;
		color: #111;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		box-sizing: border-box;
		align-items: center;
	}

		#incompatible h3 {
			margin-bottom: 15px;
		}

.ventana-modal {
	display: none !important;
}