.browse--our--video--contents {
    transition: all 0.2s;
    background: transparent;
    height: auto;
    padding: 0px;
    border-radius: 0px;
    border: 8px solid transparent !important;
    min-height: 400px;
}
.browse--our--video--contents:hover {
    border-color: #2682b3 !important;
}
.browse--our--video--section {
    background: #000;
}
.video-page-carousel .browse--our--video--title {
    padding-top: 10px;
}
.browse--our--video--contents .browse--our--video--title {
    /* padding: 0px 15px 0px; */
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.browse--our--video--title {
    margin-top: 20px;
    min-height: 65px;
    padding: 3px 15px 5px;
}
.browse--our--video--title a:hover{
    color: #000;
    text-decoration: none;
}
.browse--our--video--contents .browse--our--video--instructor_name {
    padding: 0px 15px 0px;
    /* font-weight: bold; */
    /* font-size: 16px; */
    /* color: #000; */
}
.video-page-carousel .owl-nav {
    margin: 0px;
    position: absolute;
    top: -47px;
    right: 6px;
    margin: 0px !important;
}
.video-page-carousel .owl-nav button {
    font-size: 24px !important;
    width: 30px;
    height: 30px;
    border: 0px solid #ccc !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    position: relative;
    margin-right: 0px !important;
    transition: all 0.2s;
    background: #025d8e !important;
    color: #fff !important;
}
.video-page-carousel .owl-nav button span {
    top: -4px;
    font-size: 24px !important;
    position: relative;
}
.video--with--cat--block h3{
    border: none;
}
.video--with--cat--block h3.video--cat--name a:hover{
    text-decoration: none;
    color: #000;
}

.related--videos--block {
    margin-left: 15px;
}
#block-relatedvideoblock h2{
    color: #707070;
}
.related--videos--block .browse--our--video--contents {
    min-height: auto;
}

#block-sidebarads2 div#block-relatedvideoblock {
    margin-top: 126px;
}
.video--with--cat--block .browse--our--video--contents:hover {
    border-color: #2682b3 !important;
}