@media only screen and (max-width: 768px) {
    .home-mobile-copyright,
    .copyright-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 6%;
        background-color: white;
        color: lightgray;
        font-size: 8px;
        line-height: 1.5em;
        text-align: center;
        pointer-events: none;
    }

    .home-mobile-copyright p,
    .copyright-mobile p {
        position: absolute;
        left: 0;
        bottom: 1.5em;
        width: 100%;
    }
}
