
.gpl-preloader-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: #ffffff;
	opacity: 0.9;*/
	/* change if the mask should have another color then white */
	z-index: 9999;
	/* makes sure it stays on top */
}

.gpl-preloader-image {
	width: 100%;
	height: 100%;
	/* centers the loading animation vertically one the screen */
	/*background-image: url(<?php echo plugin_dir_url( __FILE__ ) . 'images/gpl-preloader-default';?>);*/
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	/* is width and height divided by two */
}