@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot,
.flickity-page-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-page-dots .dot.is-selected,
.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(21%, 25%);
  }
  50% {
    transform: translate(-25%, 10%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 15%);
  }
  80% {
    transform: translate(25%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
@font-face {
  font-family: "Circular-Pro-Medium";
  src: url("../type/fonts/lineto-circular-pro-medium.eot");
  src: url("../type/fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("../type/fonts/lineto-circular-pro-medium.woff") format("woff"), url("../type/fonts/lineto-circular-pro-medium.ttf") format("truetype"), url("../type/fonts/lineto-circular-pro-medium.svg#lineto-circular-pro-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Subsetted */
@font-face {
  font-family: "Circular-Pro-Medium-S";
  src: url("../type/fonts_subsetted/lineto-circular-pro-medium.eot");
  src: url("../type/fonts_subsetted/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"), url("../type/fonts_subsetted/lineto-circular-pro-medium.woff") format("woff"), url("../type/fonts_subsetted/lineto-circular-pro-medium.ttf") format("truetype"), url("../type/fonts_subsetted/lineto-circular-pro-medium.svg#lineto-circular-pro-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Pro-Bold";
  src: url("../type/fonts/lineto-circular-pro-bold.eot");
  src: url("../type/fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("../type/fonts/lineto-circular-pro-bold.woff") format("woff"), url("../type/fonts/lineto-circular-pro-bold.ttf") format("truetype"), url("../type/fonts/lineto-circular-pro-bold.svg#lineto-circular-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Subsetted */
@font-face {
  font-family: "Circular-Pro-Bold-S";
  src: url("../type/fonts_subsetted/lineto-circular-pro-bold.eot");
  src: url("../type/fonts_subsetted/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"), url("../type/fonts_subsetted/lineto-circular-pro-bold.woff") format("woff"), url("../type/fonts_subsetted/lineto-circular-pro-bold.ttf") format("truetype"), url("../type/fonts_subsetted/lineto-circular-pro-bold.svg#lineto-circular-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.dragarea-wrapper {
  width: calc(100% - 96px);
  float: left;
  margin: 17px 0px;
  /*background: black;*/
  opacity: 0;
  　transition: opacity 200ms;
}

.dragarea {
  position: relative;
  height: 16px;
  /*background: #EEE;*/
  width: 100%;
  /*margin:20px 0px;*/
  float: left;
  cursor: pointer;
}

.player-ytb {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.player-ytb iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.player-ytb .player-interface {
  position: absolute;
  bottom: -4px;
  z-index: 2;
  width: 100%;
  opacity: 0;
}

.player-interface .player-button {
  float: left;
  position: relative;
  cursor: pointer;
  margin: 12px;
}

.video .player-button .play {
  display: block;
}

.video .player-button .pause {
  display: none;
}

.player-interface .player-button-enlarge {
  margin: 12px;
  float: right;
  cursor: pointer;
}

.player-ytb .player-mask {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  display: block;
}

.player-ytb .player-mask-inner {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.player-ytb .player-mask .icon-share {
  margin: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
}

.player-ytb .player-mask .link-ytb {
  margin: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  display: block;
}

.video.playing .player-button .play {
  display: none;
}

.video.playing .player-button .pause {
  display: block;
}

.video.playing .dragarea-wrapper {
  opacity: 1;
}

.video.stop .player-button .play {
  display: block;
}

.video.stop .player-button .pause {
  display: none;
}

.video.playing iframe {
  opacity: 1;
}

.progress-bar {
  position: absolute;
  width: 0%;
  height: 2px;
  background: #0057ff;
  margin: 8px 0px;
  top: 0px;
  z-index: -1;
}

.progress-bar-base {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  margin: 8px 0px;
  top: 0px;
  z-index: -1;
}

.player-mask:hover .player-interface {
  opacity: 1;
  transition: opacity 300ms;
}

.player-mask:hover .icon-share {
  opacity: 1;
  transition: opacity 300ms;
}

.player-mask:hover .link-ytb {
  opacity: 1;
  transition: opacity 300ms;
}

#slider-player-interface.playing .player-button .play {
  display: none;
}

#slider-player-interface.playing .player-button .pause {
  display: block;
}

.share-screen {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  transition: opacity 200ms;
}

.player-ytb.share-open .share-screen {
  display: block;
  height: 100%;
  opacity: 1;
}

.share-screen-inner {
  width: 100%;
  height: 100%;
}

.share-screen .icon-group {
  margin: 15px;
  position: absolute;
  right: 0px;
}

.player-ytb.image-only .player-interface,
.player-ytb.image-only .player-mask .link-ytb,
.player-ytb.image-only .player-button-enlarge,
.player-ytb.image-only .player-button,
.player-ytb.image-only .dragarea-wrapper {
  display: none;
}
.player-ytb.image-only img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

html, body {
  width: 100%;
  font-size: 12px;
  color: white;
  min-height: 100% !important;
  background: black;
  text-align: center;
  font-family: "Circular-Pro-Medium";
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  overflow-x: hidden;
}

h2 {
  margin: 0px;
  font-weight: normal;
}

a {
  color: white;
  border-bottom: 1px transparent;
  text-decoration: none;
  transition: color 200ms ease;
}

a:hover {
  color: #0057ff;
}

a.active {
  color: #0057ff;
}

a.active:hover {
  color: white;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

button, input {
  background: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
}

button:focus, input:focus {
  outline: none;
}

svg {
  cursor: pointer;
}

svg:hover polygon, svg:hover path {
  fill: #0057ff;
  transition: fill 200ms ease;
}

:-webkit-full-screen {
  background: black;
}

#container {
  overflow: hidden;
}

#container, #content-wrapper {
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  transform: translateY(-100%);
  z-index: 5;
  transition: transform 500ms ease 500ms;
  padding-bottom: 6vh;
}

header #header-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: black;
}

header.active .header-slide {
  transform: translateY(-50%);
  transition: transform 600ms ease;
}

header.active:hover .header-slide {
  transform: translateY(0%);
}

.headder-inner-primary {
  width: 100%;
  display: inline-block;
  position: relative;
}

.headder-inner-primary li {
  display: inline-block;
}

.headder-inner-primary .left {
  position: absolute;
  left: 0px;
  padding: 12.5px 20px;
}

.headder-inner-primary .right {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 12.5px 20px;
}

.headder-inner-primary .right a {
  display: inline-block;
  margin-left: 5px;
}

.headder-inner-primary .right a:hover svg path {
  fill: white;
}

.headder-inner-secondary {
  clear: both;
  padding: 12.5px 0px;
}

.menu li a {
  color: #0057ff;
  padding: 12.5px 20px;
  display: inline-block;
}

.menu li a:hover {
  color: white;
}

.menu li.current-menu-item a {
  color: white;
}

.menu li.current-menu-item a:hover {
  color: white;
}

#site-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 1;
  z-index: 9999;
  transition: opacity 500ms ease, transform 500ms ease;
}

#site-cover.remove {
  opacity: 0;
}

#cnvs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: scale(1);
  transition: transform 500ms ease;
  background-color: #b2b2b2;
}

.site-cover-logo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: mask-size 500ms ease;
  -webkit-mask-image: url(../img/logo.png);
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 160px;
  -webkit-mask-repeat: no-repeat;
}

.site-cover-logo-fallback {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../img/logo-black.png);
}

.site-cover-logo-wrapper .grain {
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url(../img/c-noise.png);
  position: absolute;
  animation-name: grain;
  animation-duration: 5s;
  animation-timing-function: steps(10, end);
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

.site-cover-logo-wrapper .grain.no-support {
  display: none;
}

#container-feature {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: transform 0ms ease;
  top: 0px;
  backface-visibility: hidden;
  top: 0px;
  overflow: hidden;
  background: black;
}

.slider-feature {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-feature .gallery-cell {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-feature .gallery-cell-mask {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}

.slider-feature .gallery-cell-mask .grain {
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url("../img/noise.png");
  position: absolute;
  z-index: -1;
  animation-name: grain;
  animation-duration: 5s;
  animation-timing-function: steps(10, end);
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

.slider-feature .feature-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 80%;
}

.slider-feature .feature-info-wrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 500ms ease 1300ms, opacity 500ms ease 1300ms;
  backface-visibility: hidden;
}

.slider-feature.active .gallery-cell.is-selected .feature-info-wrapper {
  opacity: 1;
  transform: translateY(0px);
}

.slider-feature .feature-info h2 {
  font-size: 8.3rem;
  margin: 70px 0px;
  letter-spacing: 2.4rem;
  font-family: "Circular-Pro-Bold";
}

.slider-feature .feature-info .separator {
  display: inline-block;
  margin: 0px 20px;
}

.video-fallback {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-size: cover;
  z-index: -100;
}

.slider-feature video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.slider-feature .flickity-page-dots {
  transform: translateY(100%) translateX(-50%);
  z-index: 2;
  bottom: 0px;
  padding: 50px 10px 50px 10px;
  left: 50%;
  transition: transform 500ms ease 500ms;
  backface-visibility: hidden;
}

.flickity-page-dots .dot,
.flickity-page-dot {
  background: #b2b2b2;
  width: 26px;
  height: 2px;
  position: relative;
  margin: 10px 4px;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-page-dots .dot:before,
.flickity-page-dot:before {
  position: absolute;
  width: 26px;
  height: 18px;
  left: 0px;
  top: -8px;
  content: "";
}

.flickity-page-dots .dot.is-selected,
.flickity-page-dot.is-selected {
  background: #0057ff;
}

body.page-main .slider-feature .flickity-page-dots {
  transform: translateY(0) translateX(-50%);
}

body.page-main .slider-feature.active .flickity-page-dots.active {
  transform: translateY(0px) translateX(-50%);
  transition: transform 500ms ease;
}

#container-feature-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  transform: translateY(100%);
  backface-visibility: hidden;
  transition: transform 500ms ease 500ms;
  cursor: pointer;
  z-index: 4;
}

#container-feature-footer-inner {
  width: 100%;
  height: auto;
  background: black;
  height: 40px;
}

#container-feature-footer svg {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  transition: transform 500ms ease;
}

#container-feature-footer:hover svg {
  transform: translateY(5px);
}

.slider-single-video-wrapper #container-feature-footer svg path {
  fill: #0057ff;
}

.slider-single-video-wrapper #container-feature-footer:hover svg path {
  fill: rgb(77, 77, 77);
}

.slider-nav-wrapper {
  width: 100%;
  height: calc(100vh - 98px);
  position: relative;
  overflow: hidden;
  color: rgb(77, 77, 77);
  background-color: black;
  margin-top: 250px;
}

.slider-nav-wrapper .title {
  position: absolute;
  width: 100%;
  margin: 82px 0px;
  z-index: 2;
}

.drag-navigator {
  color: #0057ff;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  font-family: "Circular-Pro-Bold";
  border: 1px solid #0057ff;
  padding: 9px 12px;
  opacity: 0;
  transition: opacity 200ms ease 1500ms;
  user-select: none;
  cursor: pointer;
}

.slider-nav {
  position: relative;
  width: 100%;
  height: calc(100vh - 98px);
  z-index: 1;
  transform: scale(0.98);
  opacity: 1;
}

.slider-nav .flickity-viewport {
  overflow: visible;
}

.slider-nav .gallery-cell {
  height: 100%;
  width: 60%;
  overflow: hidden;
}

.slider-nav .video-wrapper {
  height: 100%;
}

.slider-nav .video {
  height: 100%;
}

.slider-nav .player-ytb-wrapper {
  position: relative;
  height: 100%;
  width: 80%;
  margin: 0px auto;
}

.slider-nav .player-ytb {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -28.1%;
  padding-bottom: 56.2%;
  height: 0;
  overflow: visible;
}

.slider-nav .player-ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-nav .player-ytb iframe.mobile {
  opacity: 1;
}

.slider-nav .gallery-cell .video-wrapper .video-title {
  padding: 46px 0px;
  width: 100%;
  position: absolute;
  bottom: -107px;
  transition: color 500ms ease 500ms;
}

.is-selected .video-title {
  color: white;
}

.is-selected .video-title.single {
  color: rgb(77, 77, 77);
}

.slider-mask {
  position: absolute;
}

.slider-mask-left {
  width: 15%;
  height: 100%;
  cursor: w-resize;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}

.slider-mask-right {
  width: 15%;
  height: 100%;
  cursor: e-resize;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
}

#content {
  position: relative;
  height: 100%;
  z-index: 4;
}

#content.home, #content.single {
  z-index: 4;
}

.home-about-wrapper {
  color: black;
  background: #b2b2b2;
  padding-bottom: 90px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.home-about-wrapper a {
  color: black;
}

.home-about-wrapper a:hover {
  color: #0057ff;
}

.home-about-menu {
  position: relative;
  padding: 46px;
  z-index: 1;
  border-bottom: 1px solid black;
}

.home-about-header {
  position: relative;
  padding: 46px;
  z-index: 1;
}

.home-about-wrapper .grain {
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url("../img/noise.png");
  position: absolute;
  z-index: -1;
  animation-name: grain;
  animation-duration: 5s;
  animation-timing-function: steps(10, end);
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

.home-about {
  margin-bottom: 65px;
  text-transform: none;
}

.home-about h2 {
  max-width: 1100px;
  margin: 62px 0px;
  display: inline-block;
  font-size: 3.6rem;
  letter-spacing: 0.02rem;
  line-height: 4.7rem;
}

.home-about .about-text-detail {
  margin: 0px auto;
  text-align: justify;
  max-width: 900px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.04rem;
}

.home-about-footer .home-about-logo-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 15px;
}

.home-about-footer .home-about-share-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 15px;
  position: relative;
}

.about-icon .grain-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.about-icon .grain {
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url(../img/c-noise.png);
  position: absolute;
  animation-name: grain;
  animation-duration: 5s;
  animation-timing-function: steps(10, end);
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

#footer-subscribe-space {
  position: relative;
  width: 100%;
  color: white;
  text-align: center;
  overflow: hidden;
  z-index: 3;
  height: 230px;
}

#footer-subscribe {
  width: 100%;
  height: 230px;
  position: fixed;
  background: #111;
  bottom: 0px;
}

#footer-subscribe-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 232px;
}

#footer-subscribe-inner .form-underline {
  width: 120px;
  margin: 0px auto;
  height: 2px;
  background-color: #b2b2b2;
  transition: background-color 100ms ease, width 100ms ease;
}

#footer-subscribe-inner form {
  position: relative;
}

#footer-subscribe-inner button {
  position: absolute;
  padding: 16px 0px;
  right: -30px;
  top: 0px;
  height: 16px;
  display: none;
}

#footer-subscribe-inner button svg {
  display: inline;
  height: 16px;
}

#footer-subscribe-inner input {
  width: 120px;
  padding: 16px 0px;
  transition: width 100ms ease;
}

#footer-subscribe-inner input:focus {
  color: #0057ff;
  width: 100%;
}

#footer-subscribe-inner input:focus + .form-underline {
  width: 100%;
  background-color: #0057ff;
}

#site-credit {
  color: rgb(77, 77, 77);
  z-index: 4;
  position: absolute;
  right: -87px;
  top: 50%;
  text-align: left;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

#site-credit a {
  color: rgb(77, 77, 77);
}

#site-credit a:hover {
  color: #0057ff;
}

.footer-mis-logo-link {
  display: block;
  margin-top: 20px;
}

.footer-mis-logo {
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: opacity 200ms ease;
}
.footer-mis-logo:hover {
  opacity: 1;
}

#archive {
  background: black;
  position: relative;
  overflow-x: hidden;
}

#menu-archive {
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  visibility: hidden;
}

#menu-archive ul li {
  display: block;
  margin: 15px 0px;
  cursor: pointer;
  transition: color 200ms ease;
}

#menu-archive ul li a {
  color: #0057ff;
}

#menu-archive ul li a:hover {
  color: white;
}

#menu-archive ul li.selected a {
  color: white;
}

#archive .selected-label-container {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#archive .selected-label {
  cursor: pointer;
  color: #0057ff;
  visibility: visible;
  opacity: 0;
  transition: opacity 500ms ease 400ms, visibility 500ms ease 0ms;
}

#archive .selected-label:hover {
  color: white;
}

.archive-row-left {
  width: 50%;
  float: left;
  padding: 134px 67px 0px 134px;
  transition: transform 400ms ease;
}

.archive-row-right {
  width: 50%;
  float: right;
  padding: 268px 134px 0px 67px;
  transition: transform 400ms ease;
  position: fixed;
  right: 0;
  top: 0px;
  height: 100vh;
  overflow: hidden;
}

.archive-row-right-inner {
  backface-visibility: hidden;
}

.archive-post {
  position: relative;
  margin: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 400ms ease;
}

.archive-post.selected {
  margin-bottom: 134px;
  height: auto;
  opacity: 1;
}

#archive.projects .archive-post.selected {
  margin-bottom: 200px;
}

#archive.menu-open .archive-row-right {
  transform: translateX(200px);
}

#archive.menu-open .archive-row-left {
  transform: translateX(-200px);
}

#archive.menu-open #menu-archive {
  opacity: 1;
}

#archive.menu-open .selected-label {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease 0ms, visibility 0ms ease 0ms;
}

#archive.menu-open #menu-archive {
  opacity: 1;
  visibility: visible;
}

.archive-post .archive-post-inner {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 400ms ease, transform 400ms ease;
}

.archive-post .archive-post-inner .post-title {
  font-family: "Circular-Pro-Bold";
  font-size: 5.7rem;
  margin: -4rem;
  position: relative;
  max-width: calc(100% - 100px);
  margin: -0.62em auto 0;
  letter-spacing: 0.8rem;
  line-height: 6.8rem;
  word-wrap: break-word;
  z-index: 4;
  transition: margin 400ms ease 200ms;
}

.archive-post .archive-post-inner .post-sub-title {
  margin-top: 2.5rem;
  font-size: 13px;
}

.archive-post .archive-post-inner .post-title a:hover {
  color: white;
}

.archive-post .archive-post-inner .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.archive-post .archive-post-inner .video iframe, .archive-post .archive-post-inner .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#archive.init .archive-post-inner {
  opacity: 1;
  transform: scale(1);
}

#archive.init .selected-label {
  opacity: 1;
}

.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  cursor: pointer;
  z-index: 4;
  background-size: cover;
  backface-visibility: hidden;
}

.archive-post .archive-post-inner .video.playing + .post-title {
  margin: 0.2em auto 0;
}

.archive-post .archive-post-inner .video.buffering + .post-title {
  margin: 0.2em auto 0;
}

#footer-people {
  clear: both;
  padding: 46px 0px;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  position: relative;
}

#about {
  width: 100%;
  height: 100vh;
}

#about .about-content {
  display: table;
  height: 100%;
  margin: 0px auto;
  z-index: 2;
  opacity: 0;
}

#about .about-content.active {
  opacity: 1;
  transition: opacity 800ms ease;
}

#about .about-content .about-content-inner {
  max-width: 1140px;
  display: table-cell;
  vertical-align: middle;
}

#about .about-content .about-content-inner p {
  margin: 0 0 20px 0;
}

#about .about-content .about-content-inner p.mail {
  margin: 70px 0px;
}

#about .video-mask-blue {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  z-index: -1;
}

#about .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  overflow: hidden;
}

#about .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  backface-visibility: none;
}

#about .grain {
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url("../img/noise.png");
  position: absolute;
  z-index: 1;
  animation-name: grain;
  animation-duration: 5s;
  animation-timing-function: steps(10, end);
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

#about .mail {
  text-transform: lowercase;
  font-size: 1.25rem;
}

#about.about-privacy-policy {
  height: auto;
  min-height: 100vh;
  background-color: #000;
  margin-bottom: 230px;
}
#about.about-privacy-policy .privacy-policy-content {
  background-color: #000;
  position: relative;
  z-index: 1;
}

#single {
  color: rgb(77, 77, 77);
  background: black;
}

.single-content {
  margin: 0px auto;
  padding-bottom: 230px;
  padding-top: 120px;
  width: 55%;
}

.single-content-disc {
  text-transform: none;
  text-align: left;
  text-align: justify;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.slider-single-video-wrapper {
  position: relative;
}

.slider-single-video {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transform: scale(0.98);
  opacity: 0;
}

.slider-single-video .flickity-viewport {
  overflow: hidden;
}

.slider-single-video .gallery-cell {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slider-single-video .video-wrapper {
  height: 100%;
}

.slider-single-video .video {
  height: 100%;
}

.slider-single-video .player-ytb-wrapper {
  position: relative;
  height: 100%;
  width: 55%;
  max-width: 1600px;
  margin: 0px auto;
}

.slider-single-video .player-ytb {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -28.1%;
  padding-bottom: 56.2%;
  height: 0;
  overflow: visible;
}

.slider-single-video .player-ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-single-video .player-ytb iframe.mobile {
  opacity: 1;
}

.slider-single-video .gallery-cell .video-wrapper .video-title {
  padding: 46px 0px;
  width: 100%;
  position: absolute;
  bottom: -107px;
  transition: color 500ms ease 500ms;
  opacity: 0;
}

.slider-single-video:fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  top: 0px;
  background: black;
}

.slider-single-video:fullscreen .player-ytb-wrapper {
  width: 100%;
  max-width: 1920px;
}

.slider-single-video:fullscreen .gallery-cell .video-wrapper .video-title {
  bottom: -83px;
}

.slider-single-video:fullscreen.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  transform: scale(1);
}

.slider-single-video.active {
  transform: scale(1);
  opacity: 1;
  transition: transform 500ms ease, opacity 500ms ease;
}

.slider-single-video.active .gallery-cell .video-wrapper .video-title {
  opacity: 1;
  transition: color 500ms ease 500ms, opacity 500ms ease 500ms;
}

.slider-single-image-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: black;
  transform: translateY(-100%);
  transition: transform 0ms ease;
  overflow: hidden;
}

.slider-single-image-header, .slider-single-image-footer {
  padding: 44px 0px;
  z-index: 2;
}

.slider-single-image-header .gallery-close {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  text-transform: lowercase;
}

.slider-single-image-header .gallery-close:hover {
  color: #0057ff;
}

.slider-single-image {
  width: 100%;
  height: calc(100% - 200px);
  z-index: 2;
}

.slider-single-image .gallery-cell {
  width: 100%;
  height: 100%;
}

.slider-single-image .gallery-cell .bg-full {
  width: calc(100% - 267px);
  height: 100%;
  margin: 0px auto;
  background-size: cover;
  background-position: top center;
}

.slider-single-image-thumb {
  height: 130px;
  margin: 120px 0px;
}

.slider-single-image-thumb .flickity-slider {
  height: 130px;
}

.slider-single-image-thumb .gallery-cell {
  height: 130px;
  width: 231px;
}

.slider-single-image-thumb .gallery-cell img {
  height: 100%;
  width: auto;
}

#slider-player-interface {
  width: 200px;
  z-index: 2;
  position: absolute;
  display: none;
}

#slider-player-interface.visible {
  display: block;
}

.slider-single-video.lickity-enabled.is-draggable .flickity-viewport,
.slider-nav.flickity-enabled.is-draggable .flickity-viewport {
  transform: scale(1);
  transition: transform 200ms ease-in 0ms;
}

.slider-single-video.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down,
.slider-nav.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  transform: scale(0.98);
  transition: transform 200ms ease-in 0ms;
}

body.page-feature header {
  transform: translateY(0%);
}

body.page-main #container {
  overflow-y: auto;
}

body.page-main header {
  transform: translateY(0%);
}

body.page-main #container-feature-footer {
  transform: translateY(0%);
}

body.page-main .drag-navigator {
  opacity: 1;
}

body.page-main.after {
  overflow-y: visible;
}

body.image-full .slider-single-image-wrapper {
  transform: translateY(0%);
}

body.image-full .drag-navigator {
  opacity: 1;
}

body.image-full {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .archive-post .archive-post-inner .post-title {
    font-size: 3.7rem;
    letter-spacing: 0.8rem;
    line-height: 4.7rem;
  }
}
@media (min-width: 1250px) and (max-width: 1500px) {
  .archive-post .archive-post-inner .post-title {
    font-size: 2.7rem;
    letter-spacing: 0.6rem;
    line-height: 3.7rem;
  }
}
@media (max-width: 1250px) {
  .archive-post .archive-post-inner .post-title {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.5rem;
    max-width: calc(100% - 20px);
    margin: -0.72em auto 0;
  }
  .archive-row-right {
    padding: 201px 134px 0px 67px;
  }
}
@media (max-width: 960px) {
  #cnvs {
    background-color: #000;
  }
  .home-about-wrapper .grain {
    animation-play-state: paused;
  }
  .site-cover-logo-wrapper .grain {
    animation-play-state: paused;
    background-image: url(../img/blue.png);
  }
  .slider-feature .gallery-cell-mask .grain {
    animation-play-state: paused;
  }
  .home-about-wrapper .grain {
    animation-play-state: paused;
  }
  #about .grain {
    animation-play-state: paused;
  }
  .site-cover-logo-fallback {
    background-image: url(../img/logo-blue.png);
  }
  .selected-label-container {
    display: none;
  }
  .archive-post .archive-post-inner .post-title {
    font-size: 1rem;
    max-width: calc(100% - 10px);
    line-height: 1.5rem;
  }
  .archive-post .archive-post-inner .post-sub-title {
    font-size: 0.8rem;
    margin: 2rem 0.5rem 0rem 0.5rem;
  }
  #archive.projects .archive-post.selected {
    margin-bottom: 0px;
  }
  .archive-post.selected {
    margin-bottom: 0px;
  }
  .archive-post .archive-post-inner {
    padding: 30px;
  }
  .archive-row-left {
    padding: 134px 0px 0px 0px;
  }
  .archive-row-right {
    padding: 154px 0 0;
  }
  #about {
    height: auto;
    min-height: 100vh;
  }
  t .video-fallback {
    height: 100vh;
  }
  #about .home-about {
    margin-top: 150px;
  }
  #about .about-content {
    padding: 0px 20px;
  }
  #about .about-content .about-content-inner h2 {
    font-size: 1.9rem;
    line-height: 2.95rem;
  }
  .home-about .about-text-detail {
    font-size: 1.2rem;
    line-height: 1.9rem;
    text-align: left;
  }
  .hide-mobile {
    display: none;
  }
  .headder-inner-primary .right {
    position: relative;
    padding: 0px;
    padding-bottom: 28px;
  }
  .menu li:first-child {
    display: none;
  }
  .headder-inner-primary .left {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 0px;
    margin: 0px;
  }
  .headder-inner-primary .right a {
    margin-left: 7px;
  }
  .footer-mis-logo {
    height: 32px;
  }
  header #header-inner {
    height: 140px;
    transition: height 600ms ease;
  }
  header.active #header-inner {
    height: 40px;
  }
  header:hover #header-inner {
    height: 140px;
  }
  header.active .header-slide {
    transform: translateY(-145px);
  }
  .menu li a {
    padding: 19px;
  }
  .slider-feature .feature-info {
    width: calc(100% - 20px);
  }
  .slider-feature .feature-info h2 {
    font-size: 3.3rem;
    letter-spacing: 0.8rem;
    word-wrap: break-word;
    line-height: 3.55rem;
    margin: 33px 0;
  }
  .slider-feature .feature-info .separator {
    margin: 0px 10px;
  }
  .slider-single-image .gallery-cell .bg-full {
    width: calc(100% - 40px);
  }
  .home-about {
    width: calc(100% - 40px);
    margin: 0px auto;
  }
  .single-content-disc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .archive-post {
    margin-bottom: 0px;
  }
  .slider-single-video .player-ytb-wrapper, .single-content {
    width: calc(100% - 40px);
  }
  .video-fallback {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .slider-single-image .gallery-cell .bg-full {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .home-about-footer .home-about-share-icon {
    margin: 15px 5px;
  }
  .home-about h2 {
    font-size: 1.8rem;
    line-height: 2.35rem;
  }
  .slider-nav .gallery-cell {
    width: 100%;
  }
  .slider-nav .player-ytb-wrapper {
    width: calc(100% - 40px);
  }
  .archive-post.selected {
    margin-bottom: 10px;
  }
  .archive-post .archive-post-inner {
    padding: 10px;
  }
}
@media (max-height: 800px) {
  #about {
    height: auto;
    min-height: 100vh;
  }
}
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
  .slider-single-image-footer, .slider-single-image-header {
    padding: 10px 0px;
  }
  .slider-single-image {
    height: calc(100% - 70px);
  }
  .slider-nav, .slider-nav-wrapper {
    height: 120vh;
  }
}