﻿.video-gallery {
    background-color: #101821;
}
.video-gallery #video-gallery-body {
    height: 500px;
}
.video-gallery .section-heading {
    text-align: center;
}
.video-gallery .section-heading .main-heading {
    border-bottom: 2px solid #F2BE5E;
}
.video-gallery .related-videos img {
    border: 1px solid gray;
}
.video-gallery .btn-white:hover {
    background-color: #F2BE5E;
    border-color: #F2BE5E;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .video-gallery .mediaIcon {
        top: 20%;
        left: 37%;
    }
}
@media (min-width: 768px) {
    .video-gallery .related-videos {
        max-width: 98%;
        max-height: 350px;
        overflow-y: scroll;
    }

    /* width */
    .video-gallery  ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .video-gallery  ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .video-gallery ::-webkit-scrollbar-thumb {
        background: #F2BE5E;
        border-radius: 10px;
    }

}