/* Wrapped footer links must not add decorative content outside the viewport. */
@media (max-width: 500px) {
    .ecshape .footer .footer-menu .menu-links li::after {
        display: none;
    }
}
