.spacer a {
    width: 1px;
    overflow: hidden;
}

.spacer {
    width: 1px;
    background-color: #eeeeee;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .spacer {
        display: none;
    }
}