@media screen and (max-width: 767px) {
    .P21SystemBody {
        min-height: inherit !important;
    }

    .Links, .SocialHeader {
        display: none;
    }

    #FooterLogo {
        margin-top: 0px;
    }

    /*** LOGO / LINKS ***/

    #FooterLogoWrap {
        min-width: auto;
    }

    #FooterTextLogo {
        width: 270px;
    }

    .Logo {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        position: initial;
    }

    .Logo img {
        width: 90%;
    }

    #LinksWrapper {
        height: auto;
    }

    #LinksContent, .LinksHeader,
    .Links li {
        text-align: center;
    }

    .LinksWrapper {
        width: 100%;
        text-align: center;
    }

    #FooterAddress {
        text-align: center;
        max-width: 210px;
        margin: 0 auto;
    }


    #CopyRightWrapper {
        text-align: center;
    }


    #CopyRightContent {
        padding-left: 0px
    }

    #CopyRightSocial {
        display: block;
        float: none;
        margin-top: 8px;
    }
}
