.topline-video {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.video {
    width: 100%;
}

.notice {
    position: absolute;
    bottom: 80px;
    right: 0;
    background-color: #000000;
    opacity: 0.7;
}

.notice p {
    color: #ffffff;
    font-family: 'Open Sans', sans-sarif;
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px;
}