html,
body {}

html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

.ctk_video_scroll {
    width: 100%;
    height: 100%;
}

.ctk_video_scroll div[data-scope="height"] {
    display: block;
}


.ctk_video_scroll video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}