body {
  font-family: 'Noto Sans', sans-serif;
}
/* #video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
} */

/* .video-grid { */
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* grid-gap: 10px; */
  /* width: 50%;  */
  /* height: auto;  */
  /* width: 40%; LQM add */
  /* margin: 0 auto;LQM add */
  /* position: relative; */
  /* height: auto;  */
  /* width: 40%; */
  /* margin: 0 auto; */
  /* position: relative; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  
/* } */
.video-grid {
  height: 100%; 
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 每行显示2个视频 */
  gap: 20px;
  justify-items: center; /* 居中视频 */
}

.video-container {
  display: flex;
  justify-content: center; /* 居中排列 */
  gap: 1px; /* 视频之间的间隔 */
}
.video-item {
  width: 100%;
  text-align: center; /* 标题居中 */
}
.video-title {
  font-size: 16px;
  margin-bottom: 10px; /* 标题和视频之间的间距 */
}

/* LQMtest */
.lqmwidth {
  width: 600px; /* Set the width to 100% of its parent element */
  height: auto; /* Set the height to 600 pixels */
}
/* LQMtest */


.video-container {
  position: relative;
}


.video-description0 {
  position: absolute;
  top: 0;
  left: 32%;
  background-color: rgba(255, 0, 0, 0.0); /* Semi-transparent black */
  color: rgb(0, 0, 0);
  padding: 20px;
  font-size: 20px;
  font-family: 'Google Sans', sans-serif;

}
.video-description1 {
  position: absolute;
  top: 0%;
  left: 62%;
  background-color: rgba(255, 0, 0, 0.0); /* Semi-transparent black */
  color: rgb(0, 0, 0);
  padding: 20px;
  font-size: 20px;
  font-family: 'Google Sans', sans-serif;

}
.video-description2 {
  position: absolute;
  top: 50%;
  left: 0%;
  background-color: rgba(255, 0, 0, 0.0); /* Semi-transparent black */
  color: rgb(255, 254, 254);
  padding: 20px;
  font-size: 15px;
  font-family: 'Google Sans', sans-serif;

}
.video-description3 {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 0, 0, 0.0); /* Semi-transparent black */
  color: rgb(255, 254, 254);
  padding: 20px;
  font-size: 15px;
  font-family: 'Google Sans', sans-serif;
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}
/* .video-grid video {
  width: 100%; 
  height: auto; 
} */



.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;
  width: 50%; /* LQM add*/
  margin: 0 auto;/* LQM add*/

  
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
}

.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;
  width: 90%; /* LQM add*/
  margin: 0 auto;/* LQM add*/
}

.label-columns > .column {
  padding: 0.1em;
  padding-bottom: 0.5em;
  font-size: 1.3em;
}

.tabs-widget > .tabs-content > div {
  display: hidden;
}