.video {
    margin-top: 20px;
    margin-bottom: 20px;
}

#forLine {
    border-top: 1px solid #c8c8c8;
}

@media (min-width: 801px) {
    .spacing:after {
        content: "                                                  ";
        white-space: pre;
    }
}

@media (max-width: 800px) {
    .spacing:after {
        content: "\00000a";
        white-space: pre;
    }
}