.jp-video-play-container {
    position: relative;
}

.jp-video-play {
    background-image: url(../img/videoPlay.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    display: none;
    cursor: pointer;
    z-index: auto;
}

.jp-video-stop {
    background-image: url(../img/videoStop.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    display: none;
    cursor: pointer;
    z-index: auto;
}

.jp-video {
    position: relative;
    --main-font-size: 25px;
    --main-top-buff: 6px;
}

.jp-video .jp-interface {
    font-size: var(--main-font-size);
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 4px;
}

.jp-video .jp-interface  i{
    font-size: 125%;
}

.jp-video .jp-interface .jp-controls {
    display: flex;
    width: 60%;
}

.jp-video .jp-interface .jp-controls a {
    flex: auto;
}

.jp-video .jp-interface .jp-controls .fa {
  //width: 100%;
}

.jp-video .jp-interface div {
    flex: 1 auto;
}

a.jp-play, a.jp-stop, a.jp-pause {
    margin-right: 5px;
}

/* progress bar */
.jp-video .jp-progress {
    /*width: 30% !important;*/
    top: var(--main-top-buff);
    background-color: #a7a7a7;
    float: left;
    position: relative;
}

.jp-video .jp-progress .jp-seek-bar {
    background: #a7a7a7;
    cursor: pointer;
}

.jp-video .jp-progress .jp-seek-bar .jp-play-bar {
    left: 0;
    width: 0;
}

/* Volume Controls */
.jp-video .jp-volume-controls {
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
}

.jp-video .jp-time-holder{
    //float: left;
    top: var(--main-top-buff);
    margin: 5px;
    color: #a7a7a7;
    width: 100%;
    font-size: 65%;
    margin-top: 0px;
}

.jp-video .jp-controls{
    padding-right: 0px !important;
}

.jp-video .jp-mute, .jp-video .jp-volume-max {
    /*float: left;*/
    padding: 0px 5px 0px 5px;
}

.jp-video .jp-current-time, .jp-video .jp-duration , .jp-video .jp-time-sep {
    display: inline;
    padding: 0px;
}

.jp-video .jp-volume-controls a, .jp-volume-controls a, .jp-toggles a, .jp-controls a {
    text-decoration: none;
    color: #a7a7a7 !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.jp-video .jp-volume-controls a:hover {
    color: #2980B9;
}

.jp-video .jp-toggles{
    /*float: left;*/
}

.jp-video .jp-volume-controls .jp-volume-max {
    right: 0px;
    padding-left: 12px;
    padding-right: 12px;
    /*float: right;*/
}

.jp-video .jp-volume-controls .jp-volume-bar {
    left: 0px;
    width: 90%;
    cursor: pointer;
    float: left;
    background-color: #a7a7a7;
    margin-left: 5px;
    top: 25px;
    position: absolute;
}

.jp-video .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    height: var(--main-font-size);
    background-color: #006494;
    /*top: var(--main-top-buff);*/
    height: 5px;
    position: relative;
}

/* Fallback */
.jp-video .jp-no-solution {
    top: 0;
    left: 42px;
    right: 0;
    height: 42px;
    padding: 8px 0;
    line-height: 24px;
    text-align: center;
    display: none;
    color: #ffffff;
    background-color: #b28282;
}

.jp-video .jp-toggles a {
    padding: 0px 0px 0px 8px;
    color: #a7a7a7;
}

.jp-video-buffering {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 25px;
    width: 25px;
    font-size: 25px !important;
    z-index: 2;
    display: none;
    text-shadow: 1px 1px 0px #000000;
    color: white;
}

.jp-audio {
    font-size: 25px;
    height: 60px;
}

div.jp-audio div.jp-progress {
    height: 10px;
}


.youtube {
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
}
.youtube .play-button {
    background-image: url(../img/videoPlay.png);
    background-repeat: no-repeat;
    width: 15%;
    height: 15%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;

    cursor: pointer;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
   // position: absolute;
}

.youtube iframe {
    //height: 100%;
    //width: 100%;
    //top: 0;
    //left: 0;
}

.jp-video-youtube-wraper{
    position: relative;
}
.youtube-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    z-index: auto;
}

.oembed_snippet .jp-video iframe {
    min-height: 360px;
    background-repeat:no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.jp-video .jp-current-time, .jp-video .jp-duration, .jp-video .jp-time-sep {
    font-weight: 900;
}

.yodo-progress {
  top: 0px !important;
}

.always-show-jp-progress {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100px;
    bottom: -25px;
}

.always-show-jp-progress .jp-progress {
background-color: unset;
height: 100px !important;
}


.always-show-jp-progress .jp-seek-bar {
    padding-top: 50px;
    background: unset !important;
    height: 100px !important;
}

.always-show-jp-progress .jp-seek-bar  .jp-play-bar-container {
    background-color: #a7a7a7;
    height: 1px;
}

.always-show-jp-progress .jp-seek-bar .jp-play-bar{
    position: absolute;
    height: 1px;
    top: 48%;
}

.fadeInOut,
.jp-mute {
    display: none;;
}

.jp-gui.fadeInOut  {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    opacity: 1;
}