@media screen and (max-width: 767px) {

    #LinksContent {
        display: none;
    }

    #LinksContent {
        width: 100%;
        position:initial;
        text-align: center;
    }

    #Links1, #Links2, #Links3 {
        width: 130px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    #FooterLogo {
        margin: 0 auto;
        position: initial;
    }



}















