.animation_container_wrap{
    position: relative;
    overflow: hidden;
    width:100%;
    height:auto;
    max-width:760px;
    max-height:460px;
    margin:0px auto 0;
    padding:0px 20px;
    box-sizing: border-box;
    background:#fff;
}
.animation_container_wrap2{
    position: relative;
    overflow: hidden;
    width:100%;
    height:auto;
    max-width:760px;
    max-height:460px;
    margin:0px auto 0;
    padding:0px 20px;
    box-sizing: border-box;
    background:#fff;
}
#animation_container{
  border: 1px solid #e2e2e2;
}
#animation_container, #animation_container2{
    background-color:rgba(255, 255, 255, 1.00);
    max-width:760px;
    max-height:460px;
    width: 100% !important;
    height: unset !important;
    margin: 0;
    padding: 0;
}
#canvas, #canvas2{
    position: relative;
    display: none;
    left: auto;
    right: auto;
    width: 100% !important;
    height: unset !important;
    background-color:rgba(255, 255, 255, 1.00);
}
#dom_overlay_container{
    pointer-events:none;
    overflow:hidden;
    max-width:760px;
    max-height:460px;
    position: absolute;
    left: 0px;
    top: 0px;
    right:0;
    bottom:0;
    margin: auto;
    display: none;
}
#_preload_div_, #_preload_div_2{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    display: inline-block;
    text-align: center;
}
#_preload_div_ span, #_preload_div_2 span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#_preload_div_ img, #_preload_div_2 img{
    vertical-align: middle;
    max-height: 100%;
}
@media (max-width: 760px) {
    .animation_container_wrap{
        max-width:unset;
        max-height:unset;
    }
}