/* This only works with JavaScript, show loading
if it's not present, don't show loader */
.se-pre-con {
    position: fixed;
    left: 55%;
    top: 300px;
    width: 120px;
    height: 120px;
    z-index: 9999;
    background: url(../img/loading.gif) center no-repeat #fff;
}
