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 {
    max-width: 200%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.figure {
  display: table;
  margin: 0 auto;
}

.figure img {
  max-width: 100%;
}

.figcaption {
  display: table-caption;
  caption-side: bottom;
  /*background: pink;*/
  padding: 10px;
}

#pipeline{
    max-width:200%;
    max-height:100%;
    margin: auto;
    border: solid black 1px;
    background-color: lightblue;
    display: block;
}

p { text-align: center }

.blocktext {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.approach-section { background-color: rgba(225, 225, 225, 0.5); }
.content.has-text-justified p { text-align: justify; }
.paper-figure, .results-figure, .ablation-figure { display: block; height: auto; margin: 1.5rem auto; max-width: 100%; }
.results-figure { max-width: 900px; }
.result-figure-block { margin: 2rem auto; }
.result-figure-block .results-figure { margin-bottom: 0.75rem; }
.result-figure-block .figure-caption { margin-left: auto; margin-right: auto; max-width: 900px; }
.ablation-figure { max-height: 720px; }
.figure-pair img { max-height: 290px; object-fit: contain; }
.figure-caption { color: #555; font-size: 0.9rem; margin-top: 0.5rem; }
.result-heading { margin-top: 3rem; }
.efficiency-table { margin: 1.5rem auto 0; max-width: 760px; }
.efficiency-table caption { caption-side: bottom; padding-top: 0.75rem; text-align: center; }
.efficiency-table th, .efficiency-table td { text-align: center; vertical-align: middle; }
.efficiency-table th:first-child, .efficiency-table td:first-child { text-align: left; }
.efficiency-table .devgru-row { background-color: #eef6fc; }
.video-container video { display: block; height: auto; margin: 0 auto 1.5rem; max-height: 70vh; max-width: 100%; width: 100%; }
.approach-pipeline {
  margin-bottom: 0.5rem;
  margin-left: -12.5%;
  max-width: 125%;
  width: 125%;
}

@media screen and (max-width: 768px) {
  .approach-pipeline {
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }
}
