
#loader_wrap{
    position: fixed;
    top:0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FCF6EF; 
}

#loader{
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCF6EF;
    z-index: 100;
    position: absolute;
}

div#loader div:nth-child(2) {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

.gif{
    max-width: 53%;
    max-height: 70%;
    position: fixed;
    z-index: 100;
    display: flex;
}

