.load-text-center { text-align: center;
    width: 300px;
    -webkit-user-select: none;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (min-width: 768px){
    .load-text-center {
        top: 330px;
    }
}
#loading-kosodate{
    position: absolute;
    top: 30%;
    width: 100%;
}
#loader-bg-kosodate {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 999;    
    text-align: center;
}
img.load-imag-center {
  display: inline;
  max-width: 100%;
}