﻿.vdo-wrap {
    /*min-height: 163px;*/
    /*width: 100%;
  height: 286px;*/
}

    /*.vdo-wrap .azuremediaplayer:not(.vjs-fullscreen) {
  width: 100%;
  height: 100%;
}*/

    .vdo-wrap,
    .vdo-wrap .video-player {
        height: 100%;
        width: 100%;
        position: relative;
    }

        .vdo-wrap .azuremediaplayer:not(.vjs-fullscreen) .vjs-player {
            position: inherit;
        }

        /*.vdo-wrap .azuremediaplayer.vjs-fullscreen .vjs-player {
  align-content: center;
  align-items: center;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
}*/

        .vdo-wrap .video-player .vjs-player video {
            display: block;
            position: inherit;
        }

        .vdo-wrap .amp-flush-skin.amp-size-s .vjs-control-bar .amp-controlbaricons-left .vjs-play-control {
            display: inline-block !important;
        }

        .vdo-wrap .azuremediaplayer:not(.vjs-fullscreen) .outline-enabled.vjs-player:focus {
            outline: none !important;
        }

        .vdo-wrap .amp-default-skin .vjs-play-progress,
        .vdo-wrap .amp-default-skin .vjs-volume-level,
        .vdo-wrap .amp-flush-skin .vjs-play-progress,
        .vdo-wrap .amp-flush-skin .vjs-slider-handle::before {
            background: #ff6a00
        }

.amp-default-skin.amp-big-play-centered .vjs-big-play-button {
    opacity: 0
}

.amp-flush-skin .vjs-controls-enabled .vjs-big-play-button {
    visibility: hidden;
    width: 0;
    height: 0
}

.videoPlayer-dimensions {
    /* height: 367px; */
}

.amp-default-skin .vjs-control-bar {
    background-color: rgba(0, 0, 0, .5)
}

.amp-default-skin .vjs-progress-control {
    height: 5px;
    top: 0px
}

.amp-audiotracks-control,
.amp-logo,
.amp-moreoptions-control,
.amp-quality-control {
    display: none
}

/*
.video-player {
  position: relative;
  display: block;
}
*/

/*.vdo-wrap .azuremediaplayer {
  height: 289px;
}*/

/*.posterAndVideo video {
  width: 100%;
}*/

/*.video-player .vjs-player.vjs-waiting {
  margin-bottom: 0px;
}

.video-player .vjs-player.vjs-paused.vjs-waiting.vjs-controls-enabled {
  margin-bottom: 40px;
}*/


/*.azuremediaplayer .vjs-player,
.azuremediaplayer .vjs-tech {
  display: block;
  width: 100%;
}

.patient-stories .azuremediaplayer:not(.vjs-fullscreen) .vjs-player,
.tests-and-scans .azuremediaplayer:not(.vjs-fullscreen) .vjs-player,
.azuremediaplayer .vjs-tech {
  position: inherit;
}*/

.amp-flush-skin .amp-content-title .logo-title-row > div {
    display: none
}

.amp-default-skin .vjs-slider {
    background-color: #b8b8b8
}

/*.amp-flush-skin .vjs-control {
  height: 25px
}

.amp-flush-skin .vjs-control::before {
  height: 25px;
  line-height: 25px
}

.vjs-controls-enabled:hover .vjs-control-bar {
  opacity: 1
}*/


@media (max-width: 767px) {
    .vdo-wrap .vjs-controls-enabled:hover .vjs-control-bar {
        opacity: 1;
        z-index: inherit;
    }
}


