.video-overlay{
  position:absolute;
  display:block;
  background:rgba(0,0,0,0.24);
  border:2px solid rgba(255,255,255,0.7);
  border-radius:8px;
  color:transparent;
  text-indent:-9999px;
  overflow:hidden;
  cursor:pointer;
  transition:background 160ms ease, transform 160ms ease;
}
.video-overlay:hover{
  background:rgba(0,0,0,0.36);
  transform:scale(1.02);
}
.video-overlay.is-small{border-radius:6px}
.video-player-container{box-shadow:0 6px 24px rgba(0,0,0,0.5)}
.video-player-container button{background:#fff;border-radius:4px;cursor:pointer}
.video-player-poster{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#000;
}
.video-play-button{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(0,0,0,0.65);
  color:#fff;
  font-size:22px;
  font-weight:700;
  box-shadow:0 0 0 2px rgba(255,255,255,0.35);
}
.section-detail-links{
  color:#999;
  font-size:0.94rem;
}
.section-detail-links a{
  color:inherit;
  text-decoration:none;
  font-weight:600;
}
.section-detail-links a:hover{
  text-decoration:underline;
}
