.footer {
    min-height: 50px;
    display: none;
    position: fixed;
    width: 100%;
    background: none scroll rgba(0, 0, 0, 0.6);
    bottom: 0px;
    top: auto;
    z-index: 10000;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}