/*
Theme Name: Paris Filmes
Author: On Marketing Digital
Author URI: http://onmarketing.digital
Version: 1.0
Text Domain: parisfilmeson
*/

#overlay {
	background: #f1f2f3;
	height: 100vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 100000;
}

#overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
	z-index: 1;
}