html {
  height: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  overflow: scroll;
}

body {
  height: auto;
  overflow: visible;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
}

.page-content {
  visibility: visible;
  padding: 100px 20px 50px;
  max-width: 1000px;
  margin: 0 auto;
}

img,
video {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.logo {
  opacity: 1;
  position: absolute;
  top: 0;
  transition: none;
}

.logo a {
  cursor: pointer;
}

h1,
.page-content > p {
  display: none;
}

.name {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  .name {
    font-size: 36px;
  }
}

@media screen and (min-width: 1800px) and (min-height: 900px) {
  .name {
    font-size: 42px;
  }
}

.description,
p {
  max-width: 500px;
  line-height: 1.4em;
}

p,
.description,
.year,
.category {
  margin-bottom: 1em;
}

body a,
.button-pill {
  cursor: pointer;
}

.figma-asset {
  margin-bottom: 1em;
}

.figma-asset img {
  display: none;
}
