.wpupg-spacer {
    display: block !important;
    background: none !important;
    font-size: 0;
    line-height: 0;

    width: 100%;
    height: 10px;
}

// Hide consecutive spacers.
.wpupg-spacer + .wpupg-spacer {
    display: none !important;
}