/* Client: 3157 */

.fh-doctor-bio-video-preview-wrappings {
    display: none;
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.fh-doctor-bio-video-preview-wrappings .fh-doctor-bio-view-preview-item {
    display: none;
}

.fh-doctor-bio-section {
    margin-bottom: 20px;
}

#Fh-Doctors-Favorite-Links-Listing > li,
#Fh-Bio-Content-Section-favorite-links {
    position: relative;
    overflow: hidden;
}

.fh-doctor-bio-video-preview-listing,
.fh-doctor-website-links-listing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fh-doctor-website-links-listing[data-has-list-of-videos="true"][data-video-title-position="after"] .fh-doctor-bio-video-title {
    margin-top: 20px;
}

.fh-doctor-website-links-listing[data-has-list-of-videos="true"][data-video-title-position="before"] .fh-doctor-bio-video-title {
    margin-bottom: 20px;
}
.fh-doctor-bio-video-wrappings {
    cursor: pointer;
}

.fh-doctor-website-links-listing .fh-doctor-bio-video-wrapper {
    pointer-events: none;
}

html.showing-doctor-video-preview {
    position: relative;
}

html.showing-doctor-video-preview .fh-doctor-bio-video-preview-wrappings {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

html.showing-doctor-video-preview .fh-doctor-bio-video-preview-wrapper {
    position: absolute;
    top: 12%;
    left: 12%;
    right: 12%;
    bottom: 12%;
    z-index: 99999;
    overflow: hidden;
}

html.showing-doctor-video-preview .fh-doctor-bio-video-preview-wrappings .fh-doctor-bio-view-preview-item.fh-active-preview,
html.showing-doctor-video-preview .fh-doctor-bio-video-preview-wrappings {
    display: block;
}

.fh-bio-video-close {
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 32px;
    z-index: 999999;
    cursor: pointer;
}

.fh-bio-video-close {
    color: #fff;
}
