/**** Fil ****/
.fil-wrap {
    position: absolute;
    z-index: 1;
    top: 70px;
    width: 70vw;
    height: 900px;
}
.fil-wrap .fil { 
    visibility: hidden; 
    width: 100%;
    height: auto;
    display: block;
}
.fil-wrap.is-ready .fil { visibility: visible; }