/* -- Colors -- */
/* -- Z-index -- */
/* Load fonts */
/* font size */
/* font style */
/* Vendor prefixes to animations (revised with Autoprefixer)*/
/*
* Override bootstrap styles
*/
/* -- Navbar -- */
.navbar {
  min-height: none;
  margin: 0; }

.navbar-header {
  position: relative;
  z-index: 2; }

.navbar-brand {
  padding: 0; }

@media (max-width: 767px) {
  .navbar-header {
    text-align: center;
    margin: 15px; }

  .navbar-brand {
    float: none; } }
.slick-slide {
  outline: 0; }

.slick-prev,
.slick-next {
  z-index: 1; }

.slick-prev {
  left: calc(6vw + 10px); }

[dir="rtl"] .slick-prev {
  right: calc(6vw + 1px); }

.slick-next {
  right: calc(6vw + 1px); }

[dir="rtl"] .slick-next {
  left: calc(6vw + 10px); }

.slick-arrow {
  width: 35px;
  height: 35px; }
  .slick-arrow:before {
    display: none; }

.slick-next {
  background: url(../img/right-slide.svg) !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .slick-next:hover {
    background: url(../img/right-slide-black.svg) !important;
    background-repeat: no-repeat !important; }

.slick-prev {
  background: url(../img/left-slide.svg) !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .slick-prev:hover {
    background: url(../img/left-slide-black.svg) !important;
    background-repeat: no-repeat !important; }

@-webkit-keyframes shakeit {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }
@keyframes shakeit {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes wobbleit {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 13deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -13deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -13deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 12deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 12deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -11deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -11deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobbleit {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 13deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 13deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -13deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -13deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 12deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 12deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -11deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -11deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@font-face {
  font-family: "ZIGZAG-Rounded";
  src: url("../fonts/ZIGZAG-Rounded.otf") format("truetype"); }
@font-face {
  font-family: "GT-America-Mono-Medium";
  src: url("../fonts/GT-America-Mono-Medium.otf") format("truetype"); }
/*
* Base/global css style
*/
* {
  color: black; }
  * ::-moz-selection {
    color: white;
    background: black; }
  * ::selection {
    color: white;
    background: black; }
  * :focus {
    outline: none; }
  * ::-moz-focus-inner {
    border: 0; }
  * ::-moz-focus-outer {
    border: 0; }

a {
  color: black; }
  a:hover {
    color: black;
    text-decoration: none;
    background-color: none; }
  a:focus {
    text-decoration: none; }

button:active {
  outline: none;
  border: 0; }

img {
  width: 100%; }

/* -- make a video responsive -- */
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

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

/*
* Global classes
*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.horz-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.vert-horz-align {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.fullheight {
  height: 100vh; }

.disp--none {
  display: none; }

.visb--none {
  visibility: hidden; }

.float--left {
  float: left; }

.float--right {
  float: right; }

.no-pad {
  padding: 0; }

.no-marg {
  margin: 0; }

.text--center {
  text-align: center; }

.marg--bottom-s {
  margin-bottom: 7.5px; }
  @media (min-width: 768px) {
    .marg--bottom-s {
      margin-bottom: 15px; } }

.marg--bottom-m {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .marg--bottom-m {
      margin-bottom: 30px; } }

.marg--bottom-l {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .marg--bottom-l {
      margin-bottom: 60px; } }

.noStyleButton {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  outline: inherit !important;
  border-radius: 0; }

/* for fullscreen video/slider
.fix-footer {
  min-height: calc(100vh - 70px);
}
*/
* {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ZIGZAG-Rounded";
  font-weight: regular;
  line-height: 21.3333333333px;
  line-height: 2.1333333333rem;
  font-variant-ligatures: none; }

body.dot--red {
  cursor: url(../img/circle--red.png) 30 30, auto; }

body.dot--green {
  cursor: url(../img/circle--green.png) 30 30, auto; }

body.dot--blue {
  cursor: url(../img/circle--blue.png) 30 30, auto; }

body.dot--yellow {
  cursor: url(../img/circle--yellow.png) 30 30, auto; }

body.dot--black {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.big-dot {
  position: fixed;
  width: 70px;
  height: 70px;
  z-index: 1600; }

.loading {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.loading.show {
  opacity: 1; }

header {
  z-index: 1000;
  position: fixed;
  width: 100vw; }
  @media (min-width: 768px) {
    header {
      background-color: white; } }
  header.header--project {
    background-color: transparent !important; }
    header.header--project .navbar-header {
      background-color: transparent !important; }

.navbar {
  margin-top: 0;
  border: 0; }
  @media (min-width: 768px) {
    .navbar {
      margin: 3.5vw 6vw;
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .navbar {
      margin-bottom: 30px; } }

.navbar-header {
  padding: 15px;
  margin: 0;
  background-color: white; }
  @media (min-width: 768px) {
    .navbar-header {
      background-color: transparent; } }

.navbar-brand {
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ZIGZAG-Rounded";
  font-weight: regular;
  line-height: 21.3333333333px;
  line-height: 2.1333333333rem; }

.navbar-nav {
  width: 40%;
  padding-top: 15px;
  text-align: right; }
  @media (min-width: 1200px) {
    .navbar-nav {
      width: 50%; } }
  @media (min-width: 1700px) {
    .navbar-nav {
      width: 40%; } }

#menu__container {
  position: fixed;
  text-align: left;
  width: calc(100vw - 30px);
  float: left;
  margin: 0;
  margin-top: 70px;
  padding: 15px;
  z-index: 1400; }
  @media (min-width: 768px) {
    #menu__container {
      right: 0;
      margin: 3.5vw 6vw;
      width: 40%;
      float: right;
      text-align: right; } }
  @media (min-width: 1200px) {
    #menu__container {
      width: 60%; } }
  @media (min-width: 1200px) {
    #menu__container {
      width: 40%; } }

.options {
  /*option info*/ }
  .options input[type="checkbox"] {
    display: none; }
  .options input[type="checkbox"] + label {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    cursor: pointer; }
    .options input[type="checkbox"] + label b {
      font-weight: normal; }
    .options input[type="checkbox"] + label:hover span {
      background-color: black !important; }
  .options input[type="checkbox"] + label span {
    display: inline-block;
    margin: 0.3px 5px 0 0;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid black; }
  .options #menu--opt-info:checked + label span {
    background-color: #502509; }

body.work .navbar-header {
  background-color: white !important; }
  @media (min-width: 768px) {
    body.work .navbar-header {
      background-color: transparent !important; } }

body.info--opened * {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body.info--opened .navbar-brand span {
  color: black; }
body.info--opened header {
  z-index: 1400; }
  @media (min-width: 768px) {
    body.info--opened header {
      z-index: 1000; } }
body.info--opened .navbar-header {
  display: block;
  background-color: #502509; }
  @media (min-width: 768px) {
    body.info--opened .navbar-header {
      display: none; } }
body.info--opened .navbar-brand {
  color: black; }
  @media (min-width: 768px) {
    body.info--opened .navbar-brand {
      color: white; } }
  body.info--opened .navbar-brand span {
    color: white; }
body.info--opened #menu__container {
  display: none; }
  @media (min-width: 768px) {
    body.info--opened #menu__container {
      display: block; } }
body.info--opened input[type="checkbox"] + label span {
  border-color: white;
  background-color: transparent !important; }
body.info--opened input[type="checkbox"] + label:hover span {
  background-color: white !important; }
body.info--opened #menu--opt-info:checked + label span {
  background-color: white !important; }

/* -- Slider - click to change slide -- */
.click-to-change {
  cursor: url(../img/left-arrow.png), auto; }

/* -- Slider - fullscreen -- */
.full-screen {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.full-screen .slick-slide {
  height: 100vh; }
  .full-screen .slick-slide div {
    width: 100vw;
    height: 100vh; }

/* -- Slider - Half image, half text -- */
@media (min-width: 768px) {
  .half-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.half-slide div {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  background-color: whitesmoke; }
  .half-slide div:nth-child(2) {
    /* half text */
    min-height: calc( 100vw - 30px ); }
  @media (min-width: 530px) {
    .half-slide div:nth-child(2) {
      /* half text */
      max-height: calc( 100vw - 30px );
      min-height: auto; } }
  @media (min-width: 768px) {
    .half-slide div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 50%; }
      .half-slide div:nth-child(2) {
        /* half text */
        max-height: auto; } }
  .half-slide div > * {
    /* half text */
    padding: 15px; }
  .half-slide div > img {
    padding: 0; }

/* -- Thumbnail - basic style -- */
.thumb {
  margin-bottom: 30px; }
  .thumb .thumb__container {
    position: relative;
    margin-bottom: 10px; }
  .thumb img {
    display: block;
    width: 100%;
    height: auto; }
  .thumb .thumb__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.3); }
  .thumb .thumb__container:hover .thumb__overlay {
    opacity: 1; }
  .thumb .thumb__overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 20px; }
  .thumb .thumb__title--under {
    position: relative; }

.webstickers--preload {
  position: fixed;
  visibility: hidden;
  z-index: 0; }
  .webstickers--preload img {
    width: auto;
    height: auto;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
    @media (min-width: 769px) {
      .webstickers--preload img {
        -webkit-transform: scale(0.5);
        transform: scale(0.5); } }

.funny-sticker {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  pointer-events: none;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  -webkit-transform: scale(0.2);
  transform: scale(0.2); }
  @media (min-width: 769px) {
    .funny-sticker {
      display: block;
      -webkit-transform: scale(0.5);
      transform: scale(0.5); } }
  .funny-sticker.funny-sticker--fix, .funny-sticker.funny-sticker--drag {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }

.info__dots {
  position: fixed;
  left: calc(6vw + 15px - 30px);
  bottom: calc(3.5vw - 30px);
  z-index: 99999;
  padding: 30px;
  padding-top: 0px; }
  .info__dots .dot {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 7px;
    border-radius: 32px;
    border: 2px solid #502509; }
    .info__dots .dot.dot--red {
      background-color: #EF1C29; }
      .info__dots .dot.dot--red:hover {
        border: 2px solid #EF1C29; }
    .info__dots .dot.dot--blue {
      background-color: #2A4BAF; }
      .info__dots .dot.dot--blue:hover {
        border: 2px solid #2A4BAF; }
    .info__dots .dot.dot--yellow {
      background-color: #FAD25E; }
      .info__dots .dot.dot--yellow:hover {
        border: 2px solid #FAD25E; }
    .info__dots .dot.dot--green {
      background-color: #466342; }
      .info__dots .dot.dot--green:hover {
        border: 2px solid #466342; }
    .info__dots .dot.dot--black {
      background-color: black; }
      .info__dots .dot.dot--black:hover {
        border: 2px solid black; }
      .info__dots .dot.dot--black:after {
        content: "?";
        color: white;
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 18px;
        z-index: 2; }
    .info__dots .dot:hover {
      cursor: pointer; }
    .info__dots .dot.dot--active {
      border: 2px solid white; }

@media (max-width: 769px) and (orientation: portrait), (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .info__dots .dot.dot--black:after {
    top: 6px;
    left: 11px; }
  .info__dots .dot {
    margin-right: 10px;
    width: 35px;
    height: 35px; } }
@media (max-width: 769px) and (orientation: portrait), (max-width: 1024px) and (orientation: landscape) {
  .info__dots .dot:hover {
    border: 2px solid #502509 !important; }
  .info__dots .dot.dot--active {
    border: 2px solid white !important; } }
.canvas {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none; }
  @media (min-width: 769px) {
    .canvas {
      display: block; } }
  .canvas canvas {
    position: relative;
    width: 100%;
    height: 100%; }

.info__dots--mobile {
  display: none; }

#drawgame {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #502509; }

a.sendimage,
a.clearimage {
  position: fixed;
  bottom: calc(3.5vw);
  right: calc(6vw + 15px);
  z-index: 2;
  color: white;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  display: none; }
  @media (min-width: 769px) {
    a.sendimage,
    a.clearimage {
      display: block; } }
  a.sendimage:hover,
  a.clearimage:hover {
    color: #E67968; }

a.clearimage {
  bottom: calc(3.5vw + 21px); }

.sendimage--mobile,
.clearimage--mobile {
  position: fixed;
  right: 35px;
  bottom: 27px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ZIGZAG-Rounded";
  font-weight: regular;
  line-height: 21.3333333333px;
  line-height: 2.1333333333rem;
  display: none;
  z-index: 99999; }

.clearimage--mobile {
  bottom: 50px; }

.draw-hint {
  color: white;
  position: fixed;
  font-size: 16px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .draw-hint.draw-hint--show {
    opacity: 1; }

@media (max-device-width: 1024px) and (orientation: landscape) {
  body > * {
    display: none !important; }

  #drawgame {
    display: block !important; }

  .info__dots--mobile {
    display: block !important;
    left: 0; }

  .sendimage--mobile,
  .clearimage--mobile,
  .draw-hint {
    display: block !important; } }
.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 50px);
  top: 50px;
  padding-bottom: 100px;
  background-color: #502509;
  color: white;
  z-index: 1200;
  display: none; }
  @media (min-width: 768px) {
    .info {
      height: calc(100vh + 1px);
      overflow: hidden;
      top: 0;
      padding-bottom: 0; } }
  .info a:not(.link-inline):not(.sendimage):not(.clearimage) {
    color: #E67968;
    position: relative;
    display: block;
    z-index: 2; }
    .info a:not(.link-inline):not(.sendimage):not(.clearimage) span {
      color: #E67968; }
    .info a:not(.link-inline):not(.sendimage):not(.clearimage):hover {
      color: white;
      text-decoration: none; }
  .info .options {
    margin-top: 22px;
    margin-left: 7px; }
  .info .info__text {
    position: relative;
    margin-top: 100px; }
    .info .info__text a.link-inline {
      position: relative;
      display: inline;
      z-index: 2; }
      .info .info__text a.link-inline:hover {
        text-decoration: none; }
    .info .info__text p {
      display: inline;
      z-index: 2;
      position: relative;
      pointer-events: none; }
    .info .info__text a:nth-of-type(2) {
      margin-top: 40px; }
    @media (min-width: 768px) {
      .info .info__text {
        position: fixed;
        margin: 3.5vw 6vw;
        margin-bottom: 30px;
        padding-top: 15px; } }
    @media (min-width: 1440px) {
      .info .info__text {
        width: 25%; } }

.info.info--opened {
  display: block; }
  .info.info--opened .info__dots {
    display: none; }
    @media (min-width: 769px) {
      .info.info--opened .info__dots {
        display: block; } }

.projects {
  position: absolute;
  width: 100%;
  min-height: 101vh;
  margin-top: 180px;
  z-index: 800; }
  @media (min-width: 768px) {
    .projects {
      margin-top: 25vh; } }

.projects.info--opened {
  display: none; }

.grid-item {
  float: left;
  height: auto;
  box-shadow: inset 0px 0px 0px 10px white;
  transition: background-color 0.1s; }
  .grid-item img {
    padding: 10px;
    opacity: 0;
    transition: opacity 1s; }
  .grid-item:hover {
    box-shadow: inset 0px 0px 0px 10px transparent;
    z-index: 2; }
  .grid-item.show img {
    opacity: 1; }

.wobbleIt:hover span {
  display: inline-block;
  -webkit-animation-name: wobbleit;
  animation-name: wobbleit; }
  .wobbleIt:hover span:nth-child(n+1) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; }
  .wobbleIt:hover span:nth-child(2n+1) {
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s; }
  .wobbleIt:hover span:nth-child(3n+1) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }
  .wobbleIt:hover span:nth-child(4n+1) {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s; }

.animated span {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite span {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

body.work {
  background-color: #FAD25E; }

.close-work {
  position: fixed;
  top: 3.5vw;
  right: 4vw;
  padding-top: 15px; }
  .close-work:hover {
    text-decoration: none; }

.slider div img {
  height: 100vmin;
  width: auto;
  padding: 20px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: white; }
  .slider div img.img--horz {
    height: auto;
    width: 90vw; }
    @media (min-width: 768px) {
      .slider div img.img--horz {
        width: 70vw; } }
    @media (min-width: 1200px) {
      .slider div img.img--horz {
        height: 75vh;
        width: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1300px) and (orientation: landscape) {
      .slider div img.img--horz {
        height: 65vh;
        width: auto; } }
.slider div.show img {
  opacity: 1; }

.caption {
  width: 15%;
  min-width: 130px;
  float: right;
  text-align: right;
  padding-top: 15px;
  padding-right: 15px; }
  .caption p {
    margin: 0;
    padding: 0; }
  .caption .caption__text p {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "GT-America-Mono-Medium";
    font-weight: regular;
    line-height: 16px;
    line-height: 1.6rem; }
  .caption .caption__text p.caption__text--active {
    display: block; }
    @media (min-width: 768px) {
      .caption .caption__text p.caption__text--active {
        padding-top: 30px; } }

.works--mobile {
  position: absolute;
  margin-top: 70px; }
  @media only screen and (max-width: 768px) and (orientation: landscape) {
    .works--mobile {
      width: 50%;
      margin-left: 25%; } }
  .works--mobile div {
    margin-bottom: 30px; }
    .works--mobile div img {
      width: 100%;
      height: auto;
      padding: 10px;
      background-color: white; }
    .works--mobile div .caption {
      width: 50%; }

/*
@include breakpoint(md) {
  .contact {
    height: 20%;
  }
}

@include font-style(16, 'Replica-Mono');
*/

/*# sourceMappingURL=main.css.map */
