.videoOverlay{
  display: none;
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2147483647;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.videoOverlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.overlayContent{
  height: 92%!important;
  width: 95%;
  max-height: 100%;
  margin: auto;
  padding: 0;
  border: 0;
  background: black;
  overflow: initial;
  border-radius: 10px;
  min-width: auto;
  box-shadow: 0 0 4px 1px #000;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  white-space: normal;
}

.closeOverlay{
  top: -1.5rem;
  right: -1.5rem;
  font-family: 'Arial',sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #d0d0d0;
  background: 0 0;
  position: absolute;
  z-index: 9999;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
}

.videoContainer{
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
  cursor: auto;
  white-space: normal;
}

#player{
  height: 100%;
  width: 100%;
  border: 0;
  box-sizing: border-box;
}

.panel{
  border-width: 0 !important;
}

.panel-body{
  border-width: 0 !important;
}

.panel-heading{
  text-align: center;
}

.accordion-toggle{
  display: block !important;
}
