
#footer .copyRight {
    display: none;
}

#footer_wrap{
    display: block;
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
    #footer .copyRight{
        padding-bottom: 10px;
        position: relative;
        display: block;
    }

    #footer_wrap{
        display: none;
    }
}