/*html,body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

body {
    background: -webkit-linear-gradient(left,rgba(89,114,192,0.8),rgba(89,114,192,0.2));
    background: -o-linear-gradient(right,rgba(89,114,192,0.8),rgba(89,114,192,0.2));
    background: -moz-linear-gradient(right,rgba(89,114,192,0.8),rgba(89,114,192,0.2));
    background: linear-gradient(to right,rgba(89,114,192,0.8),rgba(89,114,192,0.2));
    background-size: 400% 400%;
    /*animation: gradientBG 5s ease infinite;*/
}

@keyframes gradientBG {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

#jsi-flying-fish-container.fish-container{
    margin:0;padding:0;background-color:transparent;width:100%;height:200px;z-index:-1;position:fixed;bottom:0;left:0;
    max-width: unset;
}