.page-load{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.4s ease;
    transition-delay: 0.6s;
}
.page-img{
    position: absolute;
    top:50%;
    left: 50%;
    margin: -350px 0 0 -534px;
}
.page-img img{
    width: 1067px;
    height: 600px;
}