.body-spacer {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.body-spacer.edit-mode {
    background: #efefef;
    border: 1px dashed #727272;
    text-align: center;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}

.body-spacer.medium {
    margin-top: 40px;
    margin-bottom: 40px;
}

.body-spacer.medium.edit-mode {
    margin: 0 !important;
    padding: 40px 0 !important;
}

.body-spacer.small {
    margin-top: 20px;
    margin-bottom: 20px;
}

.body-spacer.small.edit-mode {
    margin: 0 !important;
    padding: 20px 0 !important;
}

@media (max-width: 768px) {
    .body-spacer {
        margin-top: 5px;
        margin-bottom: 5px;
        /*display: none !important;*/
    }
    .body-spacer.medium {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .body-spacer.small {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}