body {
  font-family: 'Jost', 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: 1rem;
}

#logos {
  font-size: 40px;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 150px;
  margin: auto;
}

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


.publication-title {
  margin-bottom: 2.5em;
}

.publication-banner {
  max-height: parent;

}

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

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

.publication-header .hero-body {}

.title {
  margin-top: 2rem;
}

.title.is-2 {
  font-size: 2.4em;
}

.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: 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;
}

.rescaling-body {
  margin: 0 10% 0 10%;
}

.texture-container {
  width: 100%;
  height: 50%;
  padding: 5pt;
  text-align: center;
}

.animations-container {
  display: flex;
  flex-wrap: nowrap;
}

.texture-map {
  width: 100%;
}

#scale-independent {
  animation: scale-independent 3s ease-in-out infinite alternate;
}

#scale-dependent {
  image-rendering: crisp-edges;
  animation: scale-dependent 3s ease-in-out infinite alternate;
}


@keyframes scale-independent {
  0% {
    clip-path: ellipse(25% 50% at 50% 50%);
  }

  100% {
    clip-path: ellipse(50% 50% at 50% 50%);
  }
}

@keyframes scale-dependent {
  0% {
    clip-path: ellipse(25% 50% at 50% 50%);
    transform: scaleX(1);
  }

  100% {
    clip-path: ellipse(25% 50% at 50% 50%);
    transform: scaleX(2);
  }
}

img-comparison-slider {
  outline: none;
}

.slider-split-line {
  --divider-width: 4px;
  --divider-color: #ffffff;
  /* --default-handle-opacity: 0; */
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
  box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
  width: 3rem;
  height: 3rem;
}

.before,
.after {
  margin: 0;
}

.before figcaption,
.after figcaption {
  background: #fff;
  color: #2e3452;
  padding: 6px 12px 6px 12px;
  position: absolute;
  bottom: 5px;
  transform: translateY(-50%);
  line-height: 100%;
}

.before figcaption {
  left: 12px;
}

.after figcaption {
  right: 12px;
}

.img-comparison-container {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}

.image-container {
  padding: 12px 0;
}

.image-container img {
  max-width: 100%;
  /* Ensure the image does not exceed the container's width */
  max-height: 100%;
  /* Ensure the image does not exceed the container's height */
  object-fit: contain;
  /* Maintain the aspect ratio and fit within the container */
}

.styled-button {
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid;
  border-color: #bbc3a1;
  border-radius: 4px;
  cursor: pointer;
  height: auto;
  padding: 6px 12px;
}

.styled-button:hover {
  border-color: #6f8431;
}

.texturecomplexity-button-container {
  display: flex;
  justify-content: space-between;
}