body[data-template='atlas-map'] footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
footer > p:first-of-type {grid-column: 1/2;}
footer > p:last-of-type {grid-column: 2/-1;}

@media only screen and (min-width: 768px) {
    footer > p:first-of-type {grid-column: 1/13;}
    footer > p:last-of-type {grid-column: 13/-1;}
}