.eyes {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover !important;;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.eyes.no-click {
	pointer-events: none;
}

.prox {
	font-size: 24px;
	color: white;
	position: fixed;
	bottom: 1.5vw;
	/*text-align: center;*/
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 999;
}

.prox p {
	text-transform: uppercase;
}

.prox a {
	color: #f5f5f5;
	cursor: pointer !important;
}

img.load-img {
	width: 0;
	height: 0;
	position: fixed;
}

/*MOBILE*/
@media (max-width:600px) {
.prox {
	display: block;
	text-align: center;
	margin-bottom: 2.5vh;
}

.prox p:nth-child(2){
	display: none;
}

}