
     .htmleaf-container canvas {
        height: 100% !important;width:100%;
        background: transparent!important;
        opacity: 1;
    }

   .htmleaf-container {overflow:hidden;
        height: 100%!important;position: absolute;
        top: 0px;left: 0px;right: 0px;
        bottom: 0px;z-index: -1;
    }
    @media only screen and (max-width:768px){
.htmleaf-container{
    display: none;
}
}
