.body {
  border: 30px none transparent;
  background-color: #080808;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  -webkit-filter: none;
  filter: none;
  font-family: Formular, sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grain {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  background-image: url('../images/noisy-texture-200x200-o6-d10-c-e0e0db-t1.png');
  background-position: 0px 0px;
  background-size: 100px;
  background-attachment: fixed;
}

.hor-1 {
  display: none;
  width: 60px;
  height: 1px;
  min-width: 60px;
  margin-right: 20px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.hor-1.hor-1-dark {
  background-color: rgba(10, 9, 12, .94);
}

.copyright {
  padding-top: 2px;
  font-size: 0.6rem;
  line-height: 20px;
  font-weight: 600;
}

.scroll-down {
  position: fixed;
  left: 50%;
  bottom: 10px;
  display: none;
  width: 100px;
  height: 115px;
  margin-bottom: 0px;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 60px;
  min-height: 60px;
  margin-top: 0px;
  margin-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #000 #fff #000 #000;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.footer-new {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright-container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-child {
  position: fixed;
  right: 35px;
  bottom: 0px;
  display: none;
  width: 350px;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/noisy-texture-200x200-o6-d10-c-e0e0db-t1.png');
  background-position: 0px 0px;
  background-size: 100px;
  opacity: 1;
  color: #000;
}

.nav-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  float: left;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.5;
}

.social-link {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.album-cover {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -5;
  width: auto;
  height: 100vh;
  max-height: 960px;
  max-width: 960px;
  margin-bottom: 50px;
  margin-left: -50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
}

.h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.heading {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: hsla(0, 0%, 100%, .25);
  font-size: 0.75rem;
  font-weight: 500;
}

.section.heading.heading-full.footer {
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.25rem;
}

.section.album-section-1 {
  padding-bottom: 0px;
}

.section.album-section-2 {
  padding-top: 0px;
}

.section.intro-section {
  padding-top: 115px;
}

.section.heading-dark {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, .25);
  font-size: 0.75rem;
  font-weight: 500;
}

.section.heading-dark.heading-full {
  color: #fff;
}

.section.heading-dark.heading-full.footer {
  margin-bottom: 40px;
  line-height: 1.25rem;
}

.section.footer-main {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 500;
}

.section.footer-main.heading-full.footer {
  margin-bottom: 40px;
  line-height: 1.25rem;
}

.audio-block {
  position: relative;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vert-1 {
  width: 1px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 20px;
  background-color: #fff;
}

.link {
  display: inline-block;
  float: left;
  clear: left;
  border-bottom: 1px none #fff;
  background-color: transparent;
  -webkit-transition: opacity 250ms cubic-bezier(.86, 0, .07, 1);
  transition: opacity 250ms cubic-bezier(.86, 0, .07, 1);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.link:hover {
  opacity: 0.5;
}

.link:active {
  opacity: 1;
}

.link.right-bar-text-text {
  width: auto;
}

.link.nav-link-2 {
  margin-bottom: 5px;
  float: left;
  clear: left;
  border-bottom-color: #000;
  color: #000;
}

.link.arrow-vertical {
  margin-top: 10px;
}

.link.arrow-vertical-dark {
  margin-top: 10px;
  color: #080808;
}

.h4 {
  color: #fff;
  font-size: 0.7rem;
  line-height: 8pt;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h4.h4-dark {
  color: #000;
}

.h4.h4-darker {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, .5);
}

.h4.h4-darker.featured-works {
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-bar-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.right-bar-text-text {
  width: 200px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vert-1-arrow-stem {
  width: 1px;
  height: 45px;
  min-height: 45px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.arrow-point {
  position: absolute;
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.close-text {
  position: absolute;
  left: 7.5%;
  top: 46px;
  font-size: 8pt;
  font-weight: 700;
}

.h2 {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}

.h2.h2-font {
  font-family: 'Drukwide web';
  font-size: 2.2rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

.child-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-left {
  width: 775px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-child {
  position: static;
  left: 35px;
  top: 35px;
  display: block;
  width: 80%;
  height: 50px;
  margin: 20px auto -70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-right-child {
  margin-bottom: 20px;
}

.child-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.year {
  color: hsla(0, 0%, 100%, .25);
}

.scroll-progress {
  position: fixed;
  left: 5%;
  top: 0px;
  z-index: 2;
  width: 1px;
  height: 100vh;
  background-color: #fff;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header {
  position: absolute;
  top: 0px;
  right: 5%;
  width: 100px;
  padding: 40px 10px 10px;
}

.back-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.child-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.album-cover-mobile {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -5;
  display: none;
  width: auto;
  height: 100vh;
  max-height: 960px;
  max-width: 960px;
  margin-bottom: 50px;
  margin-left: -50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
}

.white-fill {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: #fff;
  background-image: url('../images/noisy-texture-200x200-o6-d10-c-e0e0db-t1.png');
  background-position: 0px 0px;
  background-size: 100px;
  opacity: 0;
}

.narrative-block {
  padding-right: 20px;
  background-image: none;
  background-size: auto;
}

.black-fill {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: #080808;
  background-image: url('../images/noisy-texture-200x200-o6-d10-c-e0e0db-t1.png');
  background-position: 0px 0px;
  background-size: 100px;
  opacity: 0;
}

.back-button {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.highlight {
  padding-right: 10px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.arrow-down-container {
  margin-top: 40px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-epk {
  border: 30px none transparent;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  -webkit-filter: none;
  filter: none;
  font-family: Formular, sans-serif;
  color: #080808;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

.avail-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #00ffad;
}

.child-70-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-button-dark {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #080808;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.video-frame {
  margin-bottom: 20px;
}

.credits {
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.bio-image {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .body {
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Screen-Shot-2016-11-28-at-12.09.40-AM.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Screen-Shot-2016-11-28-at-12.09.40-AM.png');
    background-position: 0px 0px, 50% 0px;
  }
  .footer-new {
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: none;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .album-cover {
    height: 50vh;
  }
  .vert-1 {
    width: 60px;
    height: 1px;
    min-height: 1px;
    min-width: 60px;
    margin-bottom: 0px;
  }
  .right-bar {
    top: 37px;
    right: 0%;
    bottom: auto;
    display: none;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .right-bar-text {
    width: auto;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .right-bar-text-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .child-50 {
    width: 90%;
  }
  .child-70 {
    width: 90%;
  }
  .child-100 {
    width: 90%;
  }
  .album-cover-mobile {
    width: 60%;
  }
  .body-epk {
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Screen-Shot-2016-11-28-at-12.09.40-AM.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Screen-Shot-2016-11-28-at-12.09.40-AM.png');
    background-position: 0px 0px, 50% 0px;
  }
  .child-70-2 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .body {
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .hor-1 {
    width: 40px;
    min-width: 40px;
  }
  .album-cover {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .section {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .audio-block {
    margin-right: auto;
  }
  .child-50 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .child-70 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .scroll-progress {
    left: 2.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .back-section {
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .child-100 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .album-cover-mobile {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .narrative-block {
    padding-right: auto;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .body-epk {
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .child-70-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .body {
    background-image: none;
    background-position: 0px 0px;
  }
  .hor-1 {
    width: 20px;
    min-width: 20px;
  }
  .hor-1.hor-1-dark {
    display: none;
  }
  .h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.album-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .audio-block {
    overflow: hidden;
    width: 300px;
  }
  .h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .child-50 {
    width: 100%;
  }
  .child-70 {
    width: 100%;
  }
  .header {
    padding-top: 20px;
  }
  .back-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .child-100 {
    width: 100%;
  }
  .album-cover-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .back-button {
    padding-top: 2px;
  }
  .body-epk {
    background-image: none;
    background-position: 0px 0px;
  }
  .child-70-2 {
    width: 100%;
  }
  .back-button-dark {
    padding-top: 2px;
  }
}

@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/FoundersGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: '5b57d7c3 09f3 498a 940e e02f9aab7e3b';
  src: url('../fonts/5b57d7c3-09f3-498a-940e-e02f9aab7e3b.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: '339a0f 0 0';
  src: url('../fonts/339A0F_0_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Foundersgroteskweb';
  src: url('../fonts/FoundersGroteskWeb-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: '2f1dff 0 0';
  src: url('../fonts/2F1DFF_0_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/3469DF_0_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/3469DF_1_0.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}