.video-fix {
    position: relative;
}
.video-fix:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    background-color: #A8BFFA;
    border: 1px solid #A8BFFA;
    z-index: 1;
}
.text-pre {
    white-space: pre-line;
    word-break: break-word;
}