#residentVideoModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
#residentVideoMask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .65);
}
.residentVideoDialog {
  position: relative;
  max-width: 980px;
  width: 92%;
  margin: 6vh auto 0;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
#residentVideoClose {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  cursor: pointer;
}
#residentVideoPlayer {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
}
