body {
  font-family: "Noto Sans", "Google Sans", sans-serif;
  color: #363636;
}

.publication-title {
  font-family: "Castoro", serif;
  font-weight: 400;
}


.publication-authors a {
  color: #3273dc;
  text-decoration: none;
}

.publication-authors a:hover {
  text-decoration: underline;
}


.publication-links {
  margin-top: 1.2rem;
}

.link-block {
  margin: 0 0.3rem;
}


.method-figure {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1rem 0;
}

.method-figure img {
  width: 880px;       
  max-width: 100%;
  height: auto;
}

hr {
  margin: 3rem 0;
}

.video-block {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.video-block video {
  width: 880px;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.video-block.wide-video video {
  width: 100%;
  max-width: 1400px;   
}

@media (min-width: 1200px) {
  .video-block.wide-video video {
    max-width: 90vw;
  }
}

.columns .video-block.wide-video {
  width: 100%;
}
