/* progress bar */
#progress-bar {
  width: 100%;
  height: 1rem;
  background-color: #ccc;
}

#progress {
  height: 100%;
  background-color: #f00;
  width: 0%;
}


.pg-counter {
  font-size: .8rem;
  line-height: .8rem;
  padding-top: .33rem;
}

.pg-modal .modal-content {
  background-color: #212529;
}

.pg-modal-x {
  font-family: 'Cabin Sketch', cursive;
    font-weight: 700;
    font-size: 1.6rem;
    color:#7B7B7B;
    margin: 0 .5rem;
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-pg-play {
  font-size: 3rem;
  padding: .05rem;
  line-height: 0;
}

.btn-pg-refresh {
  font-size: 1rem;
}
.btn-pg-frame {
  font-size: .75rem;
}


/* Hide controls in full screen mode */
video::-webkit-media-controls {
  display:none !important;
}  







