/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: gestalträume GmbH
Author URI: https://www.gestaltraeume.de
Template: enfold
*/



/*Add your own styles here:*/
.yspreloader {
/*     position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; */
	 position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

.yspreloader img {
    width: 100%; 
}