body {
  background: #111;
}

.c-exp-gallery__slider {
  position: relative;
}

.proxy {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.c-exp-gallery {
  padding-bottom: calc(500 * (100vw / 1440));
}
.c-exp-gallery__slider {
  width: 100vw;
}
.c-exp-gallery__inner {
  white-space: nowrap;
}
.c-exp-gallery-slide {
  display: inline-block;
  position: relative;
  padding: 0 calc(60 * (100vw / 1440));
}
.c-exp-gallery-slide__img {
  width: 50vw;
}
.c-exp-gallery-slide__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: calc(35 * (100vw / 1440));
}