/** Responsive video */

.upmc-video-module .upmc-video {
    display: block;
    width: 100%;
    max-width: 100%;
}


/** Video Facade */

.upmc-video-module {
    position: relative;
}

.entry-content .upmc-video-module .upmc-video-facade-wrapper {
    display: block;
    margin: 0;
    max-width: 800px;
    position: relative;
}


/* .upmc-video-module .upmc-video-facade-wrapper .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */


/* .upmc-video-module .upmc-video-facade-wrapper br {
    display: none;
} */

.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper {
    position: relative;
    cursor: pointer;
}

.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper .play-icon-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper:active .play-icon-wrapper .play-icon,
.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper:focus .play-icon-wrapper .play-icon,
.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper:hover .play-icon-wrapper .play-icon {
    background: var(--upmcPurple);
}

.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper .play-icon-wrapper .play-icon {
    display: inline-block;
    margin: 22% 0 0;
    padding: 32px;
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
    line-height: 1;
    color: var(--upmcWhite);
    /* background: var(--upmcPurple); */
    background: rgba(51, 51, 51, 0.75);
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
}

.upmc-video-module.upmc-video-facade .upmc-video-facade-wrapper .upmc-video-facade-img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
}