.fix-js-footer {
    opacity: 0;
    transition: opacity .2s
}

@media (min-width:768px) {
    .fix-footer--fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%
    }
}
