.videoRow {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3em;
    margin-right: 3em;
    display: flex;
}

.videoRow div{
    border-color: #000000;
    width: 255px;
    height: 185px;
    margin-right: 20px;
}

.videoRow video{
    height: 137px;
    width: 254px;
}

#container {
    overflow: scroll !important;
}

#videosPageContent {
    margin-right: auto;
    margin-left: auto;
    margin-top: 142px;
    padding-left: 29px;
    height: 67%;
    width: 61%;
}

.video_container {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    width: 358px;
    height: auto;
}

.video_container p{
    margin-top: 11px;
    font-size: large;
    font-weight: bold;
}

.video_container video{
    width: 358px;
    height: 202px;
}

#content_library_head {
    position: absolute;
    left: 40%;
    top: 100px;
}

::-webkit-scrollbar {
    display: none !important;
}

#videosPageContent .mCustomScrollBox>.mCSB_scrollTools {
    top: -1%;
}