body {
  padding-top: 1%;
  padding-bottom: 0px;
  opacity: 0;
}

body.loaded {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
}

/* NAVBAR */
.navbar-wrapper {
  height: 4vh;
}

.nav {
  display: none;
}

.navbar .logo a {
  text-decoration: none;
}

.logo .text {
  font-weight: 700;
  font-size: x-large;
}

.navbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0px;
}

.logo {
  grid-column-start: 1;
  width: 100%;
}

.navbar .logo a {
  text-decoration: none;
}

.logo .text {
  font-weight: 700;
  font-size: x-large;
}

.menu-links {
  height: 100%;
  font-weight: 700;
  font-size: initial;
  line-height: 1.35;
}

.menu-links.middle a,
.menu-links.right a,
.logo .text {
  padding-right: 2%;
  text-decoration: none;
}

.menu-links.right a:last-child {
  padding-right: 0px;
}

.menu-links.middle {
  grid-column-start: 2;
  text-align: center;
}

.menu-links.right {
  grid-column-start: 3;
  width: 100%;
}

.menu-links.right a {
  text-align: right;
}

.navbar-wrapper hr {
  position: relative;
  margin-top: 5px;
}

/* FEATURED */
.featured {
  height: 50vh;
}

.featured.video-exhibition {
  position: relative;
}

.featured video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.featured img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.featured .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.featured .controls .muted,
.featured .controls .unmuted {
  position: inherit;
  left: 2%;
  bottom: 2%;
  width: 2.5em;
  height: 2.5em;
}

.featured .controls .fill {
  position: inherit;
  top: 2%;
  right: 1%;
  width: 2em;
  height: 2em;
}

.featured .controls .unmuted {
  display: none;
}

/* ARTISTS */
.artists-carousel {
  display: flex;
  flex-direction: column;
}

.flickity-prev,
.flickity-next {
  font-family: 'open-arrow';
  font-size: 1.5rem;
  vertical-align: text-top;
  height: 100%;
  display: inline-flex;
}

.flickity-prev {
  margin-right: 5px;
  margin-left: 20px;
}

.artists-carousel .artist .artist-photo {
  font-size: 0;
  display: block;
  overflow: hidden;
  margin: 0 0 clamp(.88889rem, 1.42857vw, 1.33333rem)
}

.artists-carousel .artist img {
  width: 100%
}

.artists-carousel .featured-artist .featured-artist-photo img:hover,
.artists-carousel .artist img:hover,
.artists img:hover {
  opacity: .7
}

.artists-carousel .artist,
.artists-carousel .artist .artist-meta {
  display: flex;
  flex-direction: column
}

.artists-carousel .artist .artist-meta .role {
  display: block;
  margin: 0 0 clamp(.22222rem, .47619vw, .44444rem);
  font-size: clamp(.66667rem, .77381vw, .72222rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 300;
}

.artists-carousel .artist .artist-meta .artist-name {
  font-size: clamp(1rem, 1.19048vw, 1.11111rem);
  line-height: 1.35;
  font-weight: 600;
  padding-bottom: 2%;
  margin-top: 0px;
  padding-top: 0px;
}

.artists-carousel .artist .artist-meta .artist-bio {
  font-size: clamp(.88889rem, 1.07143vw, 1rem);
  line-height: 1.35;
  font-weight: 300;
}

.carousel-cell {
  width: 20%;
  margin-right: 10px;
}


/* WORKS */
.works-content {
  position: sticky;
  display: block;
  width: 100%;
  padding-right: calc(var(--Grid_Gutter) * 2);
}

.works .work .cover .image-container {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}

.works .work .cover .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.works .work .cover .image-container .rsp-image {
  display: flex;
  width: 100%;
}

.works .work-details {
  margin-top: 2%;
  margin-bottom: 2%;
}

.image-container .release-label {
  position: absolute;
  padding: clamp(.22222rem, .47619vw, .44444rem);
  background: var(--background-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
}

.btn-Button_Arrow {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.btn-Button:hover .btn-Button_Arrow {
  transform: translateX(5px);
}

/* Stories */
.stories .cover {
  height: 50vh;
}

.stories img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Artists */
.artists img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  object-fit: cover;
  object-position: center;
}

.artists .artist .meta .role {
  display: block;
  margin: 1% 0 clamp(.22222rem, .47619vw, .44444rem);
  font-size: clamp(.66667rem, .77381vw, .72222rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 300;
}

.artists .artist .meta h2 {
  margin-top: 0px;
  padding-top: 0px;
}

.artists .artist .meta .name {
  line-height: 1.35;
  font-weight: 600;
  padding-bottom: 2%;
  margin-top: 0px;
  padding-top: 0px;
}

/* Artist */
.artist .name #artist-name {
  margin-top: 2%;
  letter-spacing: unset;
}

/* Footer */
.footer {
  font-weight: 700;
  font-size: clamp(.88889rem, 1.07143vw, 1rem);
  line-height: 1.35;
  margin-bottom: 20px;
}

.footer ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
}

.footer ul li {
  margin: 0px clamp(1.33333rem, 2.38095vw, 2.22222rem) 0 0;
}

.footer .copyright {
  text-align: right;
}

.whoarewe label {
  display: block;
  text-align: center;
  margin: 0 auto clamp(1.33333rem, 2.38095vw, 2.22222rem);
  max-width: clamp(33.33333rem, 54.7619vw, 51.11111rem);
}