body {
	background-color: moccasin;
	margin: 0;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

h1 {
	text-align: center;
	margin: 1vw 1vw;
}
h2 {
	margin: 1vw 1vw;
}
h3 {
	margin: 1vw 1vw;
}


img, video {
  cursor: zoom-in;
}

:fullscreen {
  cursor: zoom-out;
  background-color: black;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: zoom-out;
}

.fullscreen-overlay img,
.fullscreen-overlay video {
  width: 100vw;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
}
