@charset "utf-8";
/* CSS Document */

#animation-cover {
    
    position:relative; 
    height:100vh;
    display:block;
    width:100%;
    background-color: transparent;

}


#animation {
    
    margin: 0 auto 0 auto;
    position: fixed;
    bottom:0;
    left:0;
    z-index: -1;
    height:100vh;

}

#animation video{
    
    display:block!important;
    width: 100vw;
    height: 100vh;
    object-fit: cover;

}

#animation img{
    
    width:100%;
    height:auto;
    
}

@media only screen and (max-width: 1921px) {


 
}

@media only screen and (max-width: 1439px) {


    
}

@media only screen and (max-width: 959px) {



}

@media only screen and (max-width: 650px) {


    
    
}

