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


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

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

.dnerf {
  font-variant: small-caps;
}


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

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


.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 {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.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: visible; /* allow arrows to render/click outside bounds */
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 0 auto; /* remove extra top/bottom whitespace */
}

.results-carousel .carousel-controls {
  position: absolute;
  top: 50%;
  left: -60px;  /* push left arrow further outward */
  right: -60px; /* push right arrow further outward */
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 5; /* sit above surrounding layout */
}

.results-carousel .carousel-controls .carousel-nav {
  pointer-events: auto;
  background-color: #000;
  border: none;
  border-radius: 50%;
  color: #fff;
  padding: 12px;
  font-size: 1.6em;
  cursor: pointer;
}

.results-carousel .carousel-controls .carousel-nav:hover {
  background-color: #555;
}

.results-carousel .item {
  margin: 0;
  overflow: hidden;
  border: 0;
  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 slider --- */
.video-slider {
  position: relative;
  width: 100%;
  max-width: 960px;      /* tweak to taste */
  margin: 2rem auto;
  aspect-ratio: 16 / 9;  /* keeps a clean ratio */
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}
.video-slider .track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.video-slider .slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}
.video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* fills the frame like the image demos */
}

/* arrows */
.video-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  padding: 0.65rem 0.9rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 999px;
  user-select: none;
}
.video-slider .arrow:hover { background: rgba(0,0,0,0.6); }
.video-slider .prev { left: 10px; }
.video-slider .next { right: 10px; }
