#video-gallery {
    width: 100%;
}

.videoGallery .rsTmb {
    padding: 60px;
}

.videoGallery .rsThumbs .rsThumb {
    width: 220px;
    height: 180px;
    border-bottom: 1px solid black;
    background-color: white;
}

.videoGallery .rsThumbs {
    width: 220px;
    padding: 0;
}

.videoGallery .rsThumb:hover {
    background-color: #FFB718;
}

.videoGallery .rsThumb.rsNavSelected {
    background-color: #FFB718;
    border-bottom: solid 1px black;
}

.rsDefault .rsTmb h5 {
    color: #000;
}

.rsDefault .rsTmb span {
    color: rgb(53, 53, 53);
}

.videoGallery .rsNavItem.rsThumb.rsNavSelected>div>h5 {
    color: #000;
}

.sampleBlock {
    left: 3%;
    top: 1%;
    width: 100%;
    max-width: 400px;
}

.rsVideoContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left;
}

.rsContent h3 {
    color: #fff;
    font-weight: lighter;
    font-size: 18px;
    margin: 22px 0 12px;
    line-height: 24px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .videoGallery .rsTmb {
        padding: 6px 8px;
    }
    .videoGallery .rsTmb h5 {
        font-size: 12px;
        line-height: 17px;
    }
    .videoGallery .rsThumbs.rsThumbsVer {
        width: 100px;
        padding: 0;
    }
    .videoGallery .rsThumbs .rsThumb {
        width: 100px;
        height: 75px;
    }
    .videoGallery .rsTmb span {
        display: none;
    }
    .videoGallery .rsOverflow,
    .royalSlider.videoGallery {
        height: 300px !important;
    }
    .sampleBlock {
        font-size: 14px;
    }
}

@media (min-width: 1032px) {
    .profile-bottom #featured_video_gallery div:first-child {
        min-height: auto;
    }
}

.career-pages.c-jobs {
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 30px !important;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}