dialog.testimonial-video-dialog {
  max-width: none;
  max-height: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-dialog {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 10;
  font-size: 3rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  line-height: 1;
}

dialog.testimonial-video-dialog video {

  width: 90vw;
  height: 80vh;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
