/*! 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.
 */
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: 1.5em;
  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: 0;
}

/**
 * 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;
}

img {
  display: block;
  height: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?b26kb5");
  src: url("../fonts/icomoon.eot?b26kb5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b26kb5") format("truetype"), url("../fonts/icomoon.woff?b26kb5") format("woff"), url("../fonts/icomoon.svg?b26kb5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #b9c0d2;
  color: white;
}

::selection {
  background: #b9c0d2;
  color: white;
}

html {
  height: 100%;
}

body {
  color: #686868;
  padding-top: 76px;
  padding-bottom: 60px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: "freight-sans-pro", arial, sans;
}
@media only screen and (min-width: 1000px) {
  body {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    padding-top: 148px;
  }
}

body > header {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
}
body > header > div {
  max-width: 1800px;
  padding: 20px 20px 20px 20px;
  *zoom: 1;
  clear: both;
}
body > header > div:before, body > header > div:after {
  content: " ";
  display: table;
}
body > header > div:after {
  clear: both;
}
body > header h1 {
  margin: 0;
  font-size: 33px;
  font-weight: 300;
  float: left;
  display: inline-block;
}
body > header h1 a {
  color: #647cb4;
  display: inline-block;
}
body > header h1 span {
  display: none;
}
body > header .navigation ul li {
  margin-left: 35px;
  display: inline-block;
  position: relative;
}
body > header .navigation ul li:first-child {
  margin-left: 0;
}
body > header .navigation ul li.current a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bec5d5;
  border-bottom-color: #b2b2b2;
  padding-bottom: 0.1em;
}
.page--about-josie body > header .navigation ul li.current a {
  border-bottom-color: white;
}
body > header .navigation ul li.breadcrumb:before {
  content: ">";
  position: absolute;
  left: -25px;
  top: -1px;
}
body > header .contact-details li {
  margin: 12px 0;
}
body > header .social-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 30px 0 0;
  font-size: 15px;
}
body > header .social-icons li {
  margin: 10px 0;
}
body > header .social-icons a {
  display: inline-block;
  height: 15px;
}
body > header .social-icons a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body > header .social-icons .instagram:before {
  content: "\e901";
}
body > header .social-icons .facebook:before {
  content: "\e900";
}
body > header .menu-toggle {
  display: block;
  position: relative;
  cursor: pointer;
  width: 43px;
  height: 36px;
  text-align: center;
  float: right;
  padding: 6px;
}
body > header .menu-toggle span,
body > header .menu-toggle span:before,
body > header .menu-toggle span:after {
  cursor: pointer;
  height: 4px;
  width: 31px;
  background: #637cb4;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body > header .menu-toggle span {
  top: 16px;
}
body > header .menu-toggle span:before {
  top: -10px;
}
body > header .menu-toggle span:after {
  bottom: -10px;
}
.menu-reveal body > header .menu-toggle span {
  background-color: transparent !important;
}
.menu-reveal body > header .menu-toggle span:before, .menu-reveal body > header .menu-toggle span:after {
  top: 0;
}
.menu-reveal body > header .menu-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-reveal body > header .menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body > header nav,
body > header .contact-details,
body > header .social-icons {
  display: none;
}
body > header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > header a {
  text-decoration: none;
  color: #686868;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
body > header a:hover {
  color: #647cb4 !important;
}
@media only screen and (min-width: 1000px) {
  body > header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
  }
  body > header > div {
    padding: 30px 30px 30px 40px;
  }
  body > header h1 {
    margin: 0 0 15px 0;
    font-size: 25px;
    display: block;
    float: none;
  }
  body > header h1 span {
    display: inline-block;
  }
  body > header nav {
    display: block;
  }
  body > header .navigation {
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }
  body > header .contact-details {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  body > header .social-icons {
    display: inline-block;
  }
  body > header .menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  body > header {
    font-size: 16px;
  }
  body > header > div {
    padding: 40px 30px 40px 80px;
  }
  body > header h1 {
    font-size: 33px;
  }
  body > header .social-icons {
    font-size: 20px;
    padding: 40px 30px 40px 0;
  }
  body > header .social-icons li {
    margin: 13px 0;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  height: 100%;
  color: #686868;
}
.mobile-menu > div {
  position: relative;
  z-index: 1;
  background: white;
  overflow: hidden;
  margin-bottom: 76px;
  padding: 20px 20px 20px 20px;
}
.mobile-menu > div > h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: 1.25;
}
.mobile-menu > div > h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bec5d5;
  font-size: 17px;
  font-weight: normal;
  border-bottom-color: #e7e9ee;
  margin: 0 0 18px 0;
}
.mobile-menu nav {
  font-size: 17px;
}
.mobile-menu nav a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bec5d5;
  color: #647cb4;
  padding-bottom: 0.2em;
  border-bottom-color: #647cb4;
}
.mobile-menu .contact-social {
  font-size: 14px;
  margin: 30px 0 40px 0;
}
.mobile-menu .contact-social li {
  margin: 20px 0;
}
.mobile-menu .contact-social li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 15px;
}
.mobile-menu .contact-social li a.email:before {
  content: "\e902";
  font-size: 12px;
}
.mobile-menu .contact-social li a.phone:before {
  content: "\e903";
}
.mobile-menu .contact-social li a.instagram:before {
  content: "\e901";
}
.mobile-menu .contact-social li a.facebook:before {
  content: "\e900";
}
.mobile-menu .contact-social li a span {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu .collections {
  margin-left: -5px;
  margin-right: -5px;
}
.mobile-menu .collections li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 15px;
}
.mobile-menu .collections h1 {
  font-weight: normal;
  font-size: 14px !important;
}
.mobile-menu .collections a {
  display: block;
}
.mobile-menu .collections img {
  max-width: 100%;
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  display: block;
  z-index: 0;
}
.menu-reveal .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu a {
  text-decoration: none;
  color: #686868;
}
@media only screen and (min-width: 1000px) {
  .mobile-menu {
    display: none !important;
  }
}

.page--about-josie body {
  background-color: #b9c0d2;
  color: white;
}
.page--about-josie body > article {
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  max-width: 1800px;
}
.page--about-josie body > article a {
  text-decoration: none;
  color: white;
}
.page--about-josie .profile {
  margin-bottom: 60px;
  line-height: 1.7;
  font-size: 15px;
}
.page--about-josie .profile > div > * {
  margin-top: 0 !important;
}
.page--about-josie .profile h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}
.page--about-josie .profile p {
  margin: 30px 0;
}
.page--about-josie .clients {
  line-height: 1.5;
  font-size: 16px;
}
.page--about-josie .clients h1 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bec5d5;
}
.page--about-josie .clients ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;
  margin-bottom: 30px;
  font-size: 13px;
}
.page--about-josie .clients li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1.3;
}
.page--about-josie .clients a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bec5d5;
}
@media only screen and (min-width: 1000px) {
  .page--about-josie body > header {
    color: white;
    background-color: #b9c0d2;
  }
  .page--about-josie body > header .menu-toggle span,
  .page--about-josie body > header .menu-toggle span:before,
  .page--about-josie body > header .menu-toggle span:after {
    background: white;
  }
  .page--about-josie body > header a {
    color: white;
  }
  .page--about-josie body > article {
    padding: 60px 30px 20px 40px;
  }
  .page--about-josie .profile {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    font-size: 16px;
  }
  .page--about-josie .profile > div {
    max-width: 500px;
  }
  .page--about-josie .profile h1 {
    display: none;
  }
  .page--about-josie .clients {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
  }
  .page--about-josie .clients h1 {
    font-size: 14px;
  }
  .page--about-josie .clients ul {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1400px) {
  .page--about-josie body > article {
    padding: 120px 30px 20px 80px;
  }
  .page--about-josie .profile {
    padding-right: 80px;
    font-size: 21px;
  }
  .page--about-josie .profile > div {
    max-width: 660px;
  }
  .page--about-josie .clients {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
  }
  .page--about-josie .clients h1 {
    font-size: 18px;
  }
  .page--about-josie .clients ul {
    font-size: 17px;
  }
}

.page--collections section.collections {
  position: relative;
  z-index: 0;
}
.page--collections section.collections ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page--collections section.collections li > a {
  display: block;
}
.page--collections section.collections li > a > span {
  display: block;
  position: relative;
}
.page--collections section.collections li > a > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.page--collections section.collections li > a:hover > span:before {
  opacity: 0.25;
}
.page--collections section.collections li > a:hover h1 {
  color: #647cb4;
}
.page--collections section.collections a {
  text-decoration: none;
  color: #686868;
}
.page--collections section.collections h1 {
  font-weight: normal;
  font-size: 16px;
  margin: 1em 0 0 0;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.page--collections section.collections img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .page--collections section.collections {
    padding: 0 20px;
  }
  .page--collections section.collections ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page--collections section.collections li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .page--collections section.collections {
    height: 100%;
    margin-left: 40px;
    padding: 0;
    position: relative;
  }
  .page--collections section.collections ul {
    margin: 0;
    max-height: 400px;
    white-space: nowrap;
    height: 35%;
    padding-bottom: 60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
  }
  .page--collections section.collections li {
    height: 100%;
    width: auto;
    padding-left: 0;
    padding-right: 40px;
  }
  .page--collections section.collections h1 {
    font-size: 12px;
  }
  .page--collections section.collections img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .page--collections section.collections {
    margin-left: 80px;
  }
  .page--collections section.collections h1 {
    font-size: 16px;
  }
  .page--collections section.collections ul {
    padding-bottom: 100px;
  }
}

.images-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.images-list li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}
.images-list img {
  width: 100%;
}
.images-list figcaption {
  padding: 15px 20px;
}
.images-list figcaption p {
  margin: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 700px) {
  .images-list {
    height: 100%;
    max-height: 1400px;
    white-space: nowrap;
    margin-left: 40px;
    font-size: 12px;
  }
  .images-list li {
    padding-right: 40px;
    margin-bottom: 0;
    width: auto;
    height: 100%;
  }
  .images-list img {
    width: auto;
    height: 100%;
  }
  .images-list figure {
    height: 100%;
  }
  .images-list figure.portrait img {
    float: left;
  }
  .images-list figure.portrait figcaption {
    float: right;
  }
  .images-list figure.landscape img {
    height: 85%;
    width: auto;
  }
  .images-list figure.landscape figcaption {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .images-list {
    margin-left: 80px;
    font-size: 16px;
  }
  .images-list li {
    padding-right: 80px;
  }
}
