.services .name, .about-section .title.primary, .projects .project .info .description, .projects .project .info .name, .caption span {
  font-family: "Miso", "Arial Narrow", sans-serif;
  padding: 0 0.3em 0 0.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-ms-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideDownAbsolute {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slideDownAbsolute {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-ms-keyframes slideDownAbsolute {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideDownAbsolute {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-Regular.woff2") format("woff2"), url("/fonts/WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("/fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/WorkSans-Medium.woff2") format("woff2"), url("/fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/fonts/Miso.woff2") format("woff2"), url("/fonts/Miso.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.home-page {
  -webkit-animation: fadeIn 1000ms ease;
  -moz-animation: fadeIn 1000ms ease;
  -ms-animation: fadeIn 1000ms ease;
  -o-animation: fadeIn 1000ms ease;
  animation: fadeIn 1000ms ease;
}
.home-page.hidden {
  visibility: hidden;
}

.mobile .home-page {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.mobile .home-page .reel-video {
  display: none;
}

html,
body {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  color: #303030;
  min-width: 320px;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #4d8be9;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #4d8be9;
  /* Gecko Browsers */
  color: #fff;
}

a {
  color: #4d8be9;
  text-decoration: none;
}

a.underlined {
  color: #4d8be9;
  text-decoration: none;
  padding: 0.2em 0.3em;
  margin: -0.2em 0 0 -0.3em;
}
a.underlined > span {
  position: relative;
}
a.underlined > span:after {
  content: "";
  height: 0.11em;
  position: absolute;
  bottom: -0.19em;
  left: 0;
  width: 100%;
  background: #4d8be9;
}
a.underlined:hover {
  background: #4d8be9;
  color: #fff;
}

.section {
  background-color: #fff;
  padding: 7em 7.5em;
}
.section .width-container {
  max-width: 60em;
}
.section.dark {
  background-color: #162021;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section .title {
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.45em;
}
.section .title.primary {
  font-size: 4.0625em;
  color: #4d8be9;
}
.section .title.secondary {
  font-size: 3.375em;
}

p.primary {
  font-weight: 500;
  font-size: 1.875em;
  line-height: 1.833333333;
  margin-bottom: 0;
}

.page-wrapper {
  position: relative;
  z-index: 2;
}

.page-wrapper.fadeout {
  -webkit-animation: fadeOut 250ms ease;
  -moz-animation: fadeOut 250ms ease;
  -ms-animation: fadeOut 250ms ease;
  -o-animation: fadeOut 250ms ease;
  animation: fadeOut 250ms ease;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 850px) {
  .section {
    padding: 5em 5.5em;
  }
}
@media screen and (max-width: 600px) {
  .section {
    padding: 3.75em 2.5em;
  }
}
@media screen and (max-width: 370px) {
  .section .title .primary {
    font-size: 3.5em;
  }
}
.preloading {
  display: none;
}

.reel-container {
  height: 50.625em;
  width: 100%;
  overflow: hidden;
  background: #303030;
  position: relative;
}

.reel-overlay {
  padding: 4em 7.5em;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .reel-overlay {
    padding: 4em 5.5em;
  }
}
@media screen and (max-width: 600px) {
  .reel-overlay {
    padding: 2.5em;
  }
}
.reel-overlay .arrow {
  display: block;
  position: absolute;
  bottom: 3.5em;
  width: 3.75em;
  height: 1.96875em;
  background: url("/img/home/arrow.png") no-repeat;
  left: 50%;
  margin-left: -1.875em;
  background-size: 100%;
  border-bottom: 0;
}

.reel-container video {
  height: 100%;
  position: relative;
  z-index: 1;
}
.reel-container video.fill {
  height: auto;
  width: 100%;
}

.reel-overlay {
  position: absolute;
  z-index: 10;
}

.caption-container {
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.caption {
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-size: 4.0625em;
  text-transform: uppercase;
  color: #fff;
  visibility: hidden;
  margin-left: -0.48em;
}
@media screen and (max-width: 600px) {
  .caption {
    font-size: 3.375em;
    margin-left: 0;
  }
}
@media screen and (max-width: 370px) {
  .caption {
    font-size: 3em;
  }
}
.caption span {
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.65);
  padding-right: 0.22em;
  font-size: 120%;
}
.caption span + span {
  padding-left: 0;
}
.caption span:last-child {
  padding-right: 0.3em;
}
@media screen and (min-width: 485px) {
  .caption span:nth-child(4) {
    clear: left;
    padding-left: 0.3em;
  }
  .caption span:nth-child(3),
.caption span:nth-child(5) {
    padding-right: 0.3em;
  }
}
@media screen and (max-width: 485px) {
  .caption span:nth-child(3),
.caption span:nth-child(4) {
    clear: left;
    padding-left: 0.3em;
  }
}

.main-menu {
  float: right;
  color: #fff;
  font-size: 1.1875em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu div {
  float: left;
  margin-left: 2rem;
  height: 1.6rem;
  cursor: pointer;
}
.main-menu div a {
  padding: 0.25em 0.5em;
  color: inherit;
  border: none;
}
.main-menu div a span {
  padding-bottom: 0.15em;
  border-bottom: 0.12em solid #fff;
}
.main-menu div a:hover {
  background: #fff;
  color: #303030;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.main-menu div a:hover span {
  border: none;
}
.main-menu div:first-child {
  margin-left: 0;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4em 7.5em 0;
  z-index: 10;
}
.main-header:before, .main-header:after {
  content: " ";
  display: table;
}
.main-header:after {
  clear: both;
}
@media screen and (max-width: 850px) {
  .main-header {
    padding: 4em 5.5em 0;
  }
}
@media screen and (max-width: 600px) {
  .main-header {
    padding: 2.5em;
  }
}
.main-header .logo {
  float: left;
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-size: 2.1875em;
  color: #fff;
  text-transform: uppercase;
  margin: -0.1em 0 0 -0.7em;
}
.main-header .logo a {
  color: inherit;
  border-bottom: none;
  padding: 0.2em 0.4em 0.2em;
}
.main-header .logo a:hover {
  background: #fff;
  color: #303030;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 600px) {
  .main-header .logo {
    margin-left: -0.4em;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7em 2.5em 2.5em;
  }
  .mobile-menu div {
    font-weight: 500;
    font-size: 1.875em;
    line-height: 1.684210526;
  }
}
#work .width-container {
  max-width: 56em;
}

.projects:before, .projects:after {
  content: " ";
  display: table;
}
.projects:after {
  clear: both;
}
.projects .hidden {
  display: none;
}
.projects .project {
  float: left;
  width: 50%;
  padding-bottom: 37.5%;
  position: relative;
  background: #303030;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.projects .project.teaser {
  cursor: default;
}
.projects .project .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.projects .project .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 250ms all ease-out;
  -moz-transition: 250ms all ease-out;
  -ms-transition: 250ms all ease-out;
  -o-transition: 250ms all ease-out;
  transition: 250ms all ease-out;
  position: relative;
  z-index: 1;
}
.projects .project .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.projects .project .info .name,
.projects .project .info .awards,
.projects .project .info .description {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
}
.projects .project .info .awards {
  -webkit-transform: translate3d(-1em, 0, 0);
  -moz-transform: translate3d(-1em, 0, 0);
  -ms-transform: translate3d(-1em, 0, 0);
  -o-transform: translate3d(-1em, 0, 0);
  transform: translate3d(-1em, 0, 0);
}
.projects .project .info .name {
  background: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-size: 3.375em;
  float: left;
}
.projects .project .info .description {
  font-size: 2.1875em;
  background: #fff;
  color: #000;
  clear: left;
  float: left;
  margin-top: 0.2em;
}
.projects .project .info .awards {
  position: absolute;
  bottom: 4em;
  left: 4em;
  line-height: 1.7;
  font-size: 1.1875em;
}
.projects .project .info .awards .type {
  font-weight: 600;
}
.projects .project .info .awards .site {
  font-weight: normal;
}
.projects .project:hover:not(.teaser) .thumbnail {
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075);
}
.projects .project:hover .info .name, .projects .project:hover .info .awards, .projects .project:hover .info .description {
  opacity: 1;
}
.projects .project:hover .info .description {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.projects .project:hover .info .awards {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 850px) {
  .projects .project {
    width: 100%;
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 850px) {
  .projects .project .info {
    padding: 5.5em;
  }
  .projects .project .info .awards {
    bottom: 5em;
    left: 5.5em;
  }
}
@media screen and (max-width: 600px) {
  .projects .project {
    padding-bottom: 100%;
  }
  .projects .project .thumbnail {
    background-position: center;
  }
  .projects .project .info {
    padding: 2.5em;
  }
  .projects .project .info .awards {
    bottom: 2.5em;
    left: 2.5em;
  }
  .projects .project .info .name {
    font-size: 2.5em;
  }
  .projects .project .info .description {
    font-size: 2em;
    margin-top: 0;
  }
}
.projects .more-projects {
  clear: left;
  height: 5em;
  background: #303030;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 5em;
  cursor: pointer;
  -webkit-transition: 100ms background linear;
  -moz-transition: 100ms background linear;
  -ms-transition: 100ms background linear;
  -o-transition: 100ms background linear;
  transition: 100ms background linear;
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-size: 3.375em;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.875em;
  text-transform: none;
}
.projects .more-projects:hover {
  background: #3d3d3d;
}
.projects .more-projects > span {
  position: relative;
}
.projects .more-projects > span:after {
  content: "";
  height: 0.11em;
  position: absolute;
  bottom: -0.19em;
  left: 0;
  width: 100%;
}

.mobile .projects .project .info .name,
.mobile .projects .project .info .awards,
.mobile .projects .project .info .description {
  opacity: 1;
}
.mobile .projects .project:hover .thumbnail, .mobile .projects .project:hover .info .awards,
.mobile .projects .project .info .awards {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.project.infinitown .awards,
.project.arde-madrid .awards {
  -webkit-text-shadow: 0 0 30px #000, 0 0 10px #000;
  -moz-text-shadow: 0 0 30px #000, 0 0 10px #000;
  -ms-text-shadow: 0 0 30px #000, 0 0 10px #000;
  -o-text-shadow: 0 0 30px #000, 0 0 10px #000;
  text-shadow: 0 0 30px #000, 0 0 10px #000;
}

.about-section {
  background-image: url("/img/home/about.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 90em auto;
  padding-top: 16.375em;
}
@media screen and (max-width: 850px) {
  .about-section {
    background-position: 58.5% 0;
  }
}
@media screen and (min-width: 730px) {
  .about-section p.main span {
    display: block;
  }
}
.about-section header:before, .about-section header:after {
  content: " ";
  display: table;
}
.about-section header:after {
  clear: both;
}
.about-section .title.primary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
}
.about-section .content {
  padding-top: 5em;
}
.about-section .content p {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.7em 0;
  line-height: 1.666666667;
}
.about-section .content p.main {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.833333333;
}
.about-section .content .title.secondary {
  margin-top: 1.5em;
}
.about-section .clients {
  margin-left: -4.5%;
}
.about-section .clients:before, .about-section .clients:after {
  content: " ";
  display: table;
}
.about-section .clients:after {
  clear: both;
}
.about-section .clients li {
  float: left;
  width: 20%;
  padding-bottom: 15%;
  position: relative;
}
@media screen and (max-width: 850px) {
  .about-section .clients li {
    width: 25%;
    padding-bottom: 18.75%;
  }
}
@media screen and (max-width: 600px) {
  .about-section .clients li {
    width: 33.33%;
    padding-bottom: 24.9975%;
  }
}
.about-section .clients li .client-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section .clients li .client-logo img {
  width: 100%;
}
.about-section .clients li .mozilla {
  background-image: url("/img/home/clients/mozilla.png");
}
.about-section .clients li .renault {
  background-image: url("/img/home/clients/renault.png");
}
.about-section .clients li .adobe {
  background-image: url("/img/home/clients/adobe.png");
}
.about-section .clients li .sfr {
  background-image: url("/img/home/clients/sfr.png");
}
.about-section .clients li .mrm {
  background-image: url("/img/home/clients/mrm.png");
}
.about-section .clients li .winamax {
  background-image: url("/img/home/clients/winamax.png");
}
.about-section .clients li .fabernovel {
  background-image: url("/img/home/clients/fabernovel.png");
}
.about-section .clients li .uphold {
  background-image: url("/img/home/clients/uphold.png");
}
.about-section .clients li .sketchfab {
  background-image: url("/img/home/clients/sketchfab.png");
}
.about-section .clients li .atos {
  background-image: url("/img/home/clients/atos.png");
}
.about-section .clients li .oculus {
  background-image: url("/img/home/clients/oculus.png");
}
.about-section .clients li .rocketlabs {
  background-image: url("/img/home/clients/rocketlabs.png");
}
.about-section .clients li .ds {
  background-image: url("/img/home/clients/ds.png");
}
.about-section .clients li .panic {
  background-image: url("/img/home/clients/panic.png");
}

.section.contact p {
  margin-bottom: 1em;
}
.section.contact a {
  font-size: 1.875em;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .section.contact {
    padding-bottom: 5em;
  }
}

.main-footer:before, .main-footer:after {
  content: " ";
  display: table;
}
.main-footer:after {
  clear: both;
}
.main-footer .secondary {
  float: left;
  width: 56%;
}
.main-footer .main {
  float: right;
  width: 44%;
}
.main-footer .column {
  float: left;
  width: 25%;
}
@media screen and (max-width: 600px) {
  .main-footer .column {
    float: none;
    width: auto !important;
    margin-top: 1em;
  }
}
.main-footer .branding,
.main-footer .address,
.main-footer .menu,
.main-footer .social {
  width: 50%;
}
.main-footer .branding {
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-weight: normal;
  font-size: 2.1875em;
  text-transform: uppercase;
}
.main-footer .address,
.main-footer .menu,
.main-footer .social {
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.684210526;
}
.main-footer a span {
  border-bottom-width: 0.12em;
}
.main-footer .at {
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 600px) {
  .main-footer .main,
.main-footer .secondary {
    float: none;
    width: auto;
  }
  .main-footer .branding,
.main-footer .addresss,
.main-footer .menu,
.main-footer .social {
    width: auto;
    float: none;
  }
  .main-footer .menu {
    font-size: 1.875em;
  }
  .main-footer .social div {
    display: inline;
  }
  .main-footer .social {
    font-size: 1.5em;
    margin-top: 2.5em;
  }
  .main-footer .branding {
    margin-top: 2em;
  }
  .main-footer .address {
    margin-top: 0;
  }
}

@media screen and (min-width: 3500px) {
  html {
    font-size: 30px;
  }
}
@media screen and (min-width: 3200px) and (max-width: 3500px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 2900px) and (max-width: 3200px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 2600px) and (max-width: 2900px) {
  html {
    font-size: 23px;
  }
}
@media screen and (min-width: 2300px) and (max-width: 2600px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2300px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1700px) and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
.project-page .hero-image {
  background-color: #303030;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 33.33%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .project-page .hero-image {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 600px) {
  .project-page .hero-image {
    padding-bottom: 100%;
  }
}
.project-page .hero-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 10;
  pointer-events: none;
}
.project-page .hero-image .play {
  position: absolute;
  top: 55%;
  left: 50%;
  height: 7.6875em;
  width: 7.6875em;
  margin-left: -3.84375em;
  margin-top: -3.84375em;
  background: url("/img/project/play.png");
  background-size: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.project-page .hero-image .play:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}
.project-page .main-section {
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 10em, 0);
  -moz-transform: translate3d(0, 10em, 0);
  -ms-transform: translate3d(0, 10em, 0);
  -o-transform: translate3d(0, 10em, 0);
  transform: translate3d(0, 10em, 0);
  padding-top: 5em;
}
.project-page .main-section:before, .project-page .main-section:after {
  content: " ";
  display: table;
}
.project-page .main-section:after {
  clear: both;
}
.project-page .main-section .main,
.project-page .main-section .details {
  float: left;
}
.project-page .main-section .main {
  width: 58.3333333%;
  padding: 0 7.5em;
}
.project-page .main-section .main a:not(.underlined):hover {
  padding-bottom: 0.1em;
  border-bottom: 0.12em solid #4d8be9;
}
.project-page .main-section .details {
  padding-right: 7.5em;
}
.project-page .main-section .main em {
  font-style: italic;
}
.project-page .main-section .underlined {
  cursor: pointer;
}
.project-page .main-section .screenshots {
  clear: both;
  width: 100%;
  padding: 5em;
}
.project-page .main-section .screenshots img {
  max-width: 100%;
  display: block;
}
.project-page .main-section .screenshots img + img {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .project-page .main-section .main {
    width: 66.66%;
    padding: 0 5.5em;
  }
  .project-page .main-section .details {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .project-page .main-section .main,
.project-page .main-section .details {
    float: none;
    width: auto;
  }
  .project-page .main-section .main {
    padding: 0 2.5em;
  }
  .project-page .main-section .details {
    padding: 5em 2.5em 0;
  }
  .project-page .main-section .screenshots {
    padding: 0;
    margin-top: 5em;
  }
}
.project-page .main-section .main p:first-of-type {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.833333333;
}
.project-page .main-section .main p {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.666666667;
}
.project-page .main-section .main p + p {
  margin-top: 1em;
}
.project-page .main-section .main p:last-of-type {
  margin-bottom: 1.5em;
}
.project-page .main-section .launch {
  font-size: 1.875em;
  margin-top: 1.5em;
  font-weight: 500;
}
.project-page .main-section .launch:hover .arrow {
  background-position: 0 100%;
}
.project-page .main-section .launch .arrow,
.project-page .main-section .ext-link .arrow {
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  background: url("/img/project/launch-arrow.png") no-repeat;
  background-size: 100% auto;
}
.project-page .main-section .details .name {
  font-family: "Miso", "Arial Narrow", sans-serif;
  font-size: 2.1875em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.project-page .main-section .details .value {
  font-weight: normal;
  font-size: 1.1875em;
  line-height: 1.947368421;
}
.project-page .main-section .detail + .detail {
  margin-top: 3.125em;
}
.project-page .main-section p.inactive {
  padding-top: 1.5em;
  font-size: 1.1875em;
}
.project-page .other-work {
  padding-bottom: 0;
}
.project-page .other-work .title {
  margin-bottom: 0.7em;
}

.no-cssanimations .project-page .mask {
  display: none;
}
.no-cssanimations .project-page .play {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-cssanimations .project-page .main-section {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.run-animation {
  -webkit-animation: fadeIn 500ms ease;
  -moz-animation: fadeIn 500ms ease;
  -ms-animation: fadeIn 500ms ease;
  -o-animation: fadeIn 500ms ease;
  animation: fadeIn 500ms ease;
}
.run-animation .mask {
  -webkit-animation: slideDown 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideDown 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slideDown 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slideDown 500ms cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideDown 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 850px) {
  .run-animation .mask {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -ms-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
  }
}
.run-animation .play {
  -webkit-animation: scale 250ms ease-out 250ms;
  -moz-animation: scale 250ms ease-out 250ms;
  -ms-animation: scale 250ms ease-out 250ms;
  -o-animation: scale 250ms ease-out 250ms;
  animation: scale 250ms ease-out 250ms;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.run-animation .main-section {
  -webkit-animation: slide 250ms ease-out 500ms, fadeIn 250ms ease 500ms;
  -moz-animation: slide 250ms ease-out 500ms, fadeIn 250ms ease 500ms;
  -ms-animation: slide 250ms ease-out 500ms, fadeIn 250ms ease 500ms;
  -o-animation: slide 250ms ease-out 500ms, fadeIn 250ms ease 500ms;
  animation: slide 250ms ease-out 500ms, fadeIn 250ms ease 500ms;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 10em, 0);
    -moz-transform: translate3d(0, 10em, 0);
    -ms-transform: translate3d(0, 10em, 0);
    -o-transform: translate3d(0, 10em, 0);
    transform: translate3d(0, 10em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0em, 0);
    -moz-transform: translate3d(0, 0em, 0);
    -ms-transform: translate3d(0, 0em, 0);
    -o-transform: translate3d(0, 0em, 0);
    transform: translate3d(0, 0em, 0);
  }
}
@-moz-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 10em, 0);
    -moz-transform: translate3d(0, 10em, 0);
    -ms-transform: translate3d(0, 10em, 0);
    -o-transform: translate3d(0, 10em, 0);
    transform: translate3d(0, 10em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0em, 0);
    -moz-transform: translate3d(0, 0em, 0);
    -ms-transform: translate3d(0, 0em, 0);
    -o-transform: translate3d(0, 0em, 0);
    transform: translate3d(0, 0em, 0);
  }
}
@-ms-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 10em, 0);
    -moz-transform: translate3d(0, 10em, 0);
    -ms-transform: translate3d(0, 10em, 0);
    -o-transform: translate3d(0, 10em, 0);
    transform: translate3d(0, 10em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0em, 0);
    -moz-transform: translate3d(0, 0em, 0);
    -ms-transform: translate3d(0, 0em, 0);
    -o-transform: translate3d(0, 0em, 0);
    transform: translate3d(0, 0em, 0);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 10em, 0);
    -moz-transform: translate3d(0, 10em, 0);
    -ms-transform: translate3d(0, 10em, 0);
    -o-transform: translate3d(0, 10em, 0);
    transform: translate3d(0, 10em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0em, 0);
    -moz-transform: translate3d(0, 0em, 0);
    -ms-transform: translate3d(0, 0em, 0);
    -o-transform: translate3d(0, 0em, 0);
    transform: translate3d(0, 0em, 0);
  }
}

.services-intro {
  padding-bottom: 0;
}

.services {
  margin-top: 4em;
  padding-bottom: 7em;
}
.services:before, .services:after {
  content: " ";
  display: table;
}
.services:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .services {
    padding-bottom: 5em;
  }
}
.services .service {
  float: left;
  width: 50%;
  padding-right: 7.5em;
}
.services .service + .service {
  padding-right: 15em;
}
.services .service:first-child {
  padding-left: 7.5em;
}
@media screen and (max-width: 850px) {
  .services .service {
    float: none;
    width: auto;
    padding-left: 5.5em;
    padding-right: 5.5em;
  }
  .services .service + .service {
    margin-top: 4.5em;
    padding-right: 5.5em;
  }
  .services .service:first-child {
    padding-left: 5.5em;
  }
}
@media screen and (max-width: 600px) {
  .services .service {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .services .service:first-child {
    padding-left: 2.5em;
  }
  .services .service + .service {
    padding-right: 2.5em;
  }
}
.services .name {
  font-size: 3.375em;
  color: #fff;
  display: block;
  float: left;
  clear: left;
  background: #4d8be9;
}
.services header:before, .services header:after {
  content: " ";
  display: table;
}
.services header:after {
  clear: both;
}
.services ul {
  list-style-type: none;
  padding: 0;
  clear: left;
}
.services li {
  display: block;
  margin-top: 3rem;
}
.services .service-name {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.8;
}
.services .description {
  font-size: 1.40625em;
  font-weight: normal;
  line-height: 1.77;
}

@media screen and (max-width: 600px) {
  .mobile-menu {
    display: none;
  }

  .nav-open {
    padding-bottom: 24em;
  }
  .nav-open .mobile-menu {
    display: block;
  }
  .nav-open .page-wrapper {
    -webkit-transition: 250ms all ease;
    -moz-transition: 250ms all ease;
    -ms-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    transition: 250ms all ease;
    -webkit-transform: translate3d(0, 24em, 0);
    -moz-transform: translate3d(0, 24em, 0);
    -ms-transform: translate3d(0, 24em, 0);
    -o-transform: translate3d(0, 24em, 0);
    transform: translate3d(0, 24em, 0);
  }
  .nav-open .main-menu,
.nav-open .logo {
    color: #303030;
  }
  .nav-open .burger .inner > div {
    background: #303030;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .nav-open .burger .middle {
    opacity: 0;
  }
  .nav-open .burger .top {
    -webkit-transform: translate3d(0, 0.55rem, 0) rotate(45deg);
    -moz-transform: translate3d(0, 0.55rem, 0) rotate(45deg);
    -ms-transform: translate3d(0, 0.55rem, 0) rotate(45deg);
    -o-transform: translate3d(0, 0.55rem, 0) rotate(45deg);
    transform: translate3d(0, 0.55rem, 0) rotate(45deg);
  }
  .nav-open .burger .bottom {
    -webkit-transform: translate3d(0, -0.55rem, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -0.55rem, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -0.55rem, 0) rotate(-45deg);
    -o-transform: translate3d(0, -0.55rem, 0) rotate(-45deg);
    transform: translate3d(0, -0.55rem, 0) rotate(-45deg);
  }

  .nav-open .main-header .logo {
    -webkit-transition: 50ms color ease 75ms;
    -moz-transition: 50ms color ease 75ms;
    -ms-transition: 50ms color ease 75ms;
    -o-transition: 50ms color ease 75ms;
    transition: 50ms color ease 75ms;
  }

  .main-header .main-menu {
    display: none;
  }
  .main-header .burger {
    float: right;
    width: 3.5em;
    height: 3.5em;
    position: relative;
    top: -0.8em;
    right: -0.9em;
    padding: 0.9em;
  }

  .main-header .burger {
    position: relative;
  }
  .main-header .burger .inner {
    position: relative;
  }
  .main-header .burger .top,
.main-header .burger .middle,
.main-header .burger .bottom {
    height: 0.18rem;
    width: 100%;
    background: #fff;
  }
  .main-header .burger .middle,
.main-header .burger .bottom {
    margin-top: 0.363636364rem;
  }

  .nav-open .main-header .burger .top,
.nav-open .main-header .burger .middle,
.nav-open .main-header .burger .bottom {
    -webkit-transition: 150ms all ease 50ms;
    -moz-transition: 150ms all ease 50ms;
    -ms-transition: 150ms all ease 50ms;
    -o-transition: 150ms all ease 50ms;
    transition: 150ms all ease 50ms;
  }
}
.video-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.75);
  padding: 0 10em;
  pointer-events: none;
  visibility: hidden;
  vertical-align: middle;
  text-align: center;
}
.video-container.mobile {
  display: none;
}
.video-container.visible {
  visibility: visible;
  pointer-events: auto;
  display: table;
  -webkit-animation: fadeIn 250ms ease;
  -moz-animation: fadeIn 250ms ease;
  -ms-animation: fadeIn 250ms ease;
  -o-animation: fadeIn 250ms ease;
  animation: fadeIn 250ms ease;
}
.video-container.visible .popup {
  -webkit-animation: scaleUp 250ms ease;
  -moz-animation: scaleUp 250ms ease;
  -ms-animation: scaleUp 250ms ease;
  -o-animation: scaleUp 250ms ease;
  animation: scaleUp 250ms ease;
}
.video-container.fadeout {
  -webkit-animation: fadeOut 250ms ease;
  -moz-animation: fadeOut 250ms ease;
  -ms-animation: fadeOut 250ms ease;
  -o-animation: fadeOut 250ms ease;
  animation: fadeOut 250ms ease;
}
.video-container.fadeout .popup {
  -webkit-animation: scaleDown 250ms ease;
  -moz-animation: scaleDown 250ms ease;
  -ms-animation: scaleDown 250ms ease;
  -o-animation: scaleDown 250ms ease;
  animation: scaleDown 250ms ease;
}
.video-container #videoPlayer,
.video-container #videoPlayer iframe {
  max-width: 100%;
  display: block;
}
.video-container .popup {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.video-container .close {
  position: absolute;
  top: 3em;
  right: 3em;
  height: 2.5em;
  width: 2.5em;
  background: url("/img/common/close.png");
  background-size: 100%;
}
.video-container .close:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 850px) {
  .video-container {
    padding: 0;
  }
  .video-container .popup {
    pointer-events: none;
  }
  .video-container .popup #videoPlayer {
    pointer-events: auto;
  }
}
@media screen and (orientation: landscape) {
  .video-container.mobile #videoPlayer, .video-container.mobile #videoPlayer iframe {
    max-width: 80%;
    display: inline-block;
  }
}

.reel-container .slideshow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.reel-container .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1000ms opacity ease;
  -moz-transition: 1000ms opacity ease;
  -ms-transition: 1000ms opacity ease;
  -o-transition: 1000ms opacity ease;
  transition: 1000ms opacity ease;
}
.reel-container .slideshow .slide.new {
  z-index: 2;
  opacity: 0;
}
.reel-container .slideshow .slide.new.visible {
  opacity: 1;
}
.reel-container .slideshow .slide1 {
  background-image: url("/img/slideshow/espace-landscape@0,5x.jpg");
}
.reel-container .slideshow .slide2 {
  background-image: url("/img/slideshow/showroom-landscape@0,5x.jpg");
}
.reel-container .slideshow .slide3 {
  background-image: url("/img/slideshow/changemoney-landscape@0,5x.jpg");
}
.reel-container .slideshow .slide4 {
  background-image: url("/img/slideshow/keepout-landscape@0,5x.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .reel-container .slideshow .slide1 {
    background-image: url("/img/slideshow/espace-landscape.jpg");
  }
  .reel-container .slideshow .slide2 {
    background-image: url("/img/slideshow/showroom-landscape.jpg");
  }
  .reel-container .slideshow .slide3 {
    background-image: url("/img/slideshow/changemoney-landscape.jpg");
  }
  .reel-container .slideshow .slide4 {
    background-image: url("/img/slideshow/keepout-landscape.jpg");
  }
}
@media (max-width: 850px) {
  .reel-container .slideshow .slide1 {
    background-image: url("/img/slideshow/espace-landscape@0,5x.jpg");
  }
  .reel-container .slideshow .slide2 {
    background-image: url("/img/slideshow/showroom-landscape@0,5x.jpg");
  }
  .reel-container .slideshow .slide3 {
    background-image: url("/img/slideshow/changemoney-landscape@0,5x.jpg");
  }
  .reel-container .slideshow .slide4 {
    background-image: url("/img/slideshow/keepout-landscape@0,5x.jpg");
  }
}
@media (max-width: 850px) and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .reel-container .slideshow .slide1 {
    background-image: url("/img/slideshow/espace-landscape@0,75x.jpg");
  }
  .reel-container .slideshow .slide2 {
    background-image: url("/img/slideshow/showroom-landscape@0,75x.jpg");
  }
  .reel-container .slideshow .slide3 {
    background-image: url("/img/slideshow/changemoney-landscape@0,75x.jpg");
  }
  .reel-container .slideshow .slide4 {
    background-image: url("/img/slideshow/keepout-landscape@0,75x.jpg");
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .reel-container .slideshow .slide1 {
    background-image: url("/img/slideshow/espace-portrait@0,5x.jpg");
  }
  .reel-container .slideshow .slide2 {
    background-image: url("/img/slideshow/showroom-portrait@0,5x.jpg");
  }
  .reel-container .slideshow .slide3 {
    background-image: url("/img/slideshow/changemoney-portrait@0,5x.jpg");
  }
  .reel-container .slideshow .slide4 {
    background-image: url("/img/slideshow/keepout-portrait@0,5x.jpg");
  }
}
@media (max-width: 600px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 600px) and (orientation: portrait) and (min-resolution: 144dpi) {
  .reel-container .slideshow .slide1 {
    background-image: url("/img/slideshow/espace-portrait.jpg");
  }
  .reel-container .slideshow .slide2 {
    background-image: url("/img/slideshow/showroom-portrait.jpg");
  }
  .reel-container .slideshow .slide3 {
    background-image: url("/img/slideshow/changemoney-portrait.jpg");
  }
  .reel-container .slideshow .slide4 {
    background-image: url("/img/slideshow/keepout-portrait.jpg");
  }
}

.thumbnail.livingroom {
  background-image: url("/img/projects/livingroom@0,5x.jpg");
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .thumbnail.livingroom {
    background-image: url("/img/projects/livingroom@0,75x.jpg");
  }
}
@media (min-width: 1440px) and (-webkit-max-device-pixel-ratio: 1), (min-width: 1440px) and (max-resolution: 72dpi) {
  .thumbnail.livingroom {
    background-image: url("/img/projects/livingroom@0,75x.jpg");
  }
}
@media (min-width: 2160px) and (-webkit-max-device-pixel-ratio: 1), (min-width: 2160px) and (max-resolution: 72dpi) {
  .thumbnail.livingroom {
    background-image: url("/img/projects/livingroom.jpg");
  }
}
@media (max-width: 600px) {
  .thumbnail.livingroom {
    background-image: url("/img/projects/livingroom-square@0,5x.jpg");
  }
}
@media (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 600px) and (min-resolution: 144dpi) {
  .thumbnail.livingroom {
    background-image: url("/img/projects/livingroom-square.jpg");
  }
}