
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#clickthrough {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  z-index: 10;
  cursor: pointer;
  font-size: 18px;
  color: white;
}
.tenor-gif-embed {
  width: 100% !important;
  height: 100% !important;
}
