body {
  /* font-family: 'Times New Roman' */
  font-family: 'Google Sans', sans-serif;
  padding: 0px;
  margin-top: -55px;
  /* width: 100px; */
  /* top: 50%;
  left: 50%; */
  /* width: 100%;
  height: 100%; */
  /* transform: translate(-50%, -50%); */
  /* margin-bottom: -px; /*Ensure no margin at the top */
}


.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; */
    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(217, 84%, 45%) !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;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2)
}

.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-header {
  position: relative;
  /* top: -10%; */
  width: 100%;
  height: 101vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12em;
  line-height: 0.6em;
}

#video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Place the video behind the content */
  filter:opacity(100%);

  /* filter:grayscale(0%) */
}

.header-content {
  width: 70%;
  z-index: 1; /* Ensure content is above the video */
  filter:opacity(100%);
}


.header-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Place the video behind the content */
  filter:opacity(100%);
  background-color: rgba(0, 0, 0, 0.824);
}
/* 
@media (max-width: 768px) {
  #video-bg {
    display: none;
  }
  .video-header {
    background: url('mobile-fallback.jpg') no-repeat center center/cover;
  }
} */



.rounded-video {
  border-radius: 1em !important;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2)
}


.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  /* height: 100vh; or a fixed height, if necessary */
}

.hero-foot {
  position: absolute;
  bottom: -0.1em;
  width: 100%;
  color: rgb(255, 255, 255);
}

.tabs {
  display: flex;
  justify-content: center;
}

.image-header {
  position: relative;
  width: 101%; /* 改回100% */
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12em;
  line-height: 0.6em;
  margin: 0; /* 确保没有外边距 */
  padding: 0; /* 确保没有内边距 */
}

#image-bg {
    width: 100%;
    height: 100%;
    margin-left: -30px; /* 向左移动10像素，根据需要调整数值 */
    object-fit: cover; /* 确保图片覆盖整个区域 */
    object-position: center; /* 图片居中显示 */
}