.responsive-video-consent-background {
    position: absolute;
    height: 100%;
    z-index: 990;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.responsive-video-consent {
    position: absolute;
    display: block;
    width: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 995;
    background-color: #fff;
    padding: 10px;
}

@media (min-width: 1300px) {
    .responsive-video-consent {
        width: 66%;
    }
}

@media (max-width: 867px) {
    .accept_view .modal-body {
        padding: 5px;
    }

    .accept_view .modal-body p {
        font-size: 14px;
        margin: 3px 0;
    }
}

.responsive-video {
    position: relative;
}

.accept_view::-webkit-scrollbar {
    width: 5px;
}

.accept_view::-webkit-scrollbar-track {
    background: #fff;
}

.accept_view::-webkit-scrollbar-thumb {
    background: #ff6800;
}