@media screen and (min-width: 1080px) {
    #footer {
        background: black;
        position: relative;
        left: 0;
        bottom: -3vw;
        width: 100%;
        height: 6.5em;
        margin-top: 5%;
        display: inline-block;
    }

    #footer #copyright {
        left: 5em;
        position: absolute;
        top: 3em;
        color: white;
    }

    #footer .link-pages {
        right: 5em;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #footer .link-pages a img {
        height: 2vw;
        width: 2vw;
        margin-right: 10px;
        border: none;
    }
}