#animation_container {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    position: relative;
    background-color: rgba(255, 255, 255, 1.00);
}

@media only screen and (min-width:1024px){
    #animation_container canvas{
        padding-left:10px;
        padding-right:10px;
    }
}

@media only screen and (max-width:870px){
    #animation_container canvas {
        width:100% !important;
        height:100% !important;
    }
}

    #animation_container canvas {
        display: block;
        background-color: rgba(255, 255, 255, 1.00);
        margin:0 auto;
    }

.main-full .main-inner {
    padding-left: 2em;
    padding-right: 0.5em;
}

#dom_overlay_container {
    width: auto !important;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

    .preload span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .preload img {
        vertical-align: middle;
        max-height: 100%
    }
.thisthing{
    min-height:582px;
}