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

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.text-container {
  margin: 20px 0;
}

.video-container1,
.video-container2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}

.video-container1-firstrow,
.video-container2-firstrow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
}

.video-item1 {
  flex: 1;
  max-width: 30%;
  margin: 10px;
  text-align: center;
}

.video-item1 video,
.video-item1 img {
  height: 180px;
  object-fit: cover;
}

.video-item2 {
  flex: 1;
  max-width: 20%;
  margin: 10px;
  text-align: center;
}

.video-item2 video,
.video-item2 img {
  height: 125px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .video-container1 {
    flex-wrap: wrap;
  }
  .video-item1 {
    max-width: 100%;
  }
  .video-item1 video {
    height: auto;
  }

  .video-container2 {
    flex-wrap: wrap;
  }
  .video-item2 {
    max-width: 100%;
  }
  .video-item2 video {
    height: auto;
  }
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}


.pixart-alpha-icon {
  font-size: 1450%;
  line-height: 0;
  margin: 0;
  padding: 0;
  background-image: url(../images/PersonalVideo-logo.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  vertical-align: top; /* 调整垂直对齐方式 */
}

section.banner {
  background-image: url(../images/overlay.png), url(../images/head.png);
  color: #aaaaaa;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}
