:root {
  --dark-bg: #000;
  --dark-bg-light: #1C1C1E;
  --dark-bg-hover: #222;
  --dark-border: #404042;
  --dark-border-hover: #3274D8;
  --dark-link: #3274D8;
  --dark-text: #fff;
  --dark-text-light: #eee;
}

body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.zoom-container .column {
  padding: 0;
  font-size: 0;
  background: #000;
}

.zoom-container canvas {
  width: 100%;
}

.zoom-gt-container {
  padding: 0;
  border: 1px solid #000;
}

.zoom-gt-img {
  display: none;
}

.zoom-lens {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.zoom-lens:first-child {
  border-top: 1px solid #000;
}

.publication-title {}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  margin-top: 0.5em;
  font-family: 'Google Sans', sans-serif;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-body img {}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

.video-comparison {
  font-size: 0;
}

.label-columns>.column {
  padding: 0.1em;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}

.tabs-widget>.tabs-content>div {
  display: none;
}

/* > Comparisons */
.scene-pill {
  cursor: pointer;
  width: 16rem;
  height: 9rem;
  border: 4px solid var(--dark-border);
  border-radius: 8px;
  margin: 0.3rem;
  display: inline-block;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}

.scene-pill:hover {
  background-color: var(--dark-bg-hover);
}

.scene-pill.active {
  border-color: var(--dark-border-hover);
}

.scene-pill img {
  opacity: 1.0;
  transition: opacity 0.3s ease;
  -webkit-user-drag: none;
  user-drag: none;
}

.scene-pill:hover img {
  opacity: 0.5;
}

.scene-pill.active img {
  opacity: 1.0;
}

.teaser-video-wrapper {
  width: 100%;
  margin: 1rem auto;
  border-radius: 16px;
  overflow: hidden;
}

.teaser-video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  position: static;
  object-fit: initial;
}

.teaser-caption-container {
  margin: 1rem 0;
}

.comparison-caption {
  max-width: 56rem;
  margin: 0 auto 0.9rem;
  color: #4a4a4a;
  line-height: 1.6;
}

.comparison-caption p {
  margin-bottom: 0;
}
