#preload {
    position: absolute;
    z-index: 99999;
    background: white;
    width: 100%;
    height: 100%;
}

#preload_cont {
    width: 210px;
    display: block;
    margin: auto;
    display: inline;
    vertical-align: middle;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
}

#preload_cont img {

    z-index: 9999;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100px;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
}

#load_bar {
    width: 200px;
}

#preload_cont p {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

#preload_cont span {
    width: 210px;
    height: 50px;
    background: url('/static/src/img/logo-black.svg') no-repeat;
    background-position: 50%;
    margin: 0 auto;
    z-index: 99999;
    position: relative;
    margin-bottom: 20px;
}

.template_slide_img {
    display:block;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px, rgba(0, 0, 0, 0.5) 0px 3px 20px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
    top: 0;
}



img.template_slide_img:hover {
    top:-10px;
}