Xbody::after {
  background: white url(img/grid.png);
  content: "";
  display: block;
  height: 5000px;
  left: 0;
  opacity: .1;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 200;
}
body {
  background-color: #5C7056;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
html * {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.sr-only {
  border: 0;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
@media only screen and (min-width: 950px) {
  .button {
    font-size: 24px;
    padding: 14px 25px 0 25px;
    min-height: 64px;
    min-width: 192px;
  }
  .button--form-element {
    padding-top: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .button {
    font-size: 20px;
    padding: 11px 16px 0 16px;
    min-width: 160px;
    min-height: 48px;
  }
  .button--form-element {
    padding-top: 0;
  }
}
@media only screen and (max-width: 529px) {
  .button {
    font-size: 16px;
    line-height: 16px;
    padding: 13px 16px 0 16px;
    min-height: 44px;
    min-width: 120px;
  }
  .button--form-element {
    padding-top: 0;
  }
}
.button--green {
  background: #5C7056;
  color: white;
}
.button--white-on-green {
  background: rgba(255, 255, 255, 0.7);
  color: #5C7056;
}
.header {
  color: white;
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .header {
    min-height: 600px;
    padding-top: 88px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .header {
    min-height: 472px;
    padding-top: 104px;
  }
}
@media only screen and (max-width: 529px) {
  .header {
    min-height: 328px;
    padding-top: 88px;
  }
}
.header__company-name {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -1.5px;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .header__company-name {
    font-size: 36px;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .header__company-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 529px) {
  .header__company-name {
    font-size: 20px;
    margin-bottom: 1px;
  }
}
.header__company-name::before {
  background-image: url('img/tree.svg');
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 50%;
  opacity: 0.7;
  position: relative;
  transform: translateX(-50%);
}
@media only screen and (min-width: 950px) {
  .header__company-name::before {
    background-size: 208px 208px;
    height: 208px;
    margin-bottom: 41px;
    width: 208px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .header__company-name::before {
    background-size: 136px 136px;
    height: 136px;
    margin-bottom: 29px;
    width: 136px;
  }
}
@media only screen and (max-width: 529px) {
  .header__company-name::before {
    background-size: 96px 96px;
    height: 96px;
    margin-bottom: 18px;
    width: 96px;
  }
}
.header__strap {
  font-weight: 300;
  opacity: .9;
  text-transform: uppercase;
}
@media only screen and (min-width: 950px) {
  .header__strap {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .header__strap {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 529px) {
  .header__strap {
    font-size: 14px;
    line-height: 24px;
  }
}
.header__essentials {
  background: rgba(92, 112, 86, 0.9);
  height: 56px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (max-width: 529px) {
  .header__essentials {
    position: fixed;
    z-index: 100;
  }
}
.header__phone {
  position: absolute;
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 950px) {
  .header__phone {
    font-size: 20px;
    right: 37px;
    top: 34px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .header__phone {
    font-size: 20px;
    right: 21px;
    top: 18px;
  }
}
@media only screen and (max-width: 529px) {
  .header__phone {
    font-size: 16px;
    right: 23px;
    top: 22px;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .header__hamburger {
    background-color: transparent;
    background-image: url('img/hamburger.svg');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    outline: none;
    box-sizing: content-box;
    height: 24px;
    left: 24px;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 24px;
    width: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .header__hamburger {
    display: none;
  }
}
.global-nav__hide {
  display: none;
}
.global-nav ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 950px) {
  .global-nav {
    background: #5C7056;
    border-top: 1px solid #bdc3b8;
    border-bottom: 1px solid #bdc3b8;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 520px;
    transform: translate3d(0px, 0px, 0px);
    z-index: 100;
  }
  .global-nav--sticky {
    position: fixed;
    top: 0;
  }
  .global-nav__page {
    display: inline-block;
  }
  .global-nav__page a {
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 24px 27px 24px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .global-nav__page--current a {
    border-top: 4px solid #bdc3b8;
    padding-top: 21px;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .global-nav {
    background: rgba(58, 50, 47, 0.9);
    height: 100%;
    left: 0;
    min-width: 272px;
    padding: 8px 24px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    z-index: 100;
  }
  .global-nav--before-transition {
    transition: transform .2s;
  }
  .global-nav--visible {
    transform: translateX(0);
  }
  .global-nav__page--current::before {
    background: white;
    content: "";
    display: block;
    height: 20px;
    margin-left: -8px;
    margin-top: 16px;
    opacity: 0.7;
    position: absolute;
    width: 2px;
  }
  .global-nav__page a {
    color: white;
    display: block;
    padding: 6px 0 0 0;
    min-height: 48px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .global-nav__hide {
    background-size: 24px 24px;
    background: url(img/close-menu.svg);
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 24px;
    outline: none;
  }
}
@media only screen and (min-width: 950px) {
  #hero-height {
    min-height: 688px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #hero-height {
    min-height: 576px;
  }
}
@media only screen and (max-width: 529px) {
  #hero-height {
    min-height: 384px;
  }
}
.hero {
  position: relative;
}
@media only screen and (min-width: 950px) {
  .hero {
    min-height: 688px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero {
    min-height: 576px;
  }
}
@media only screen and (max-width: 529px) {
  .hero {
    min-height: 384px;
  }
}
.hero__service {
  background-position: center;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .hero__service {
    min-height: 688px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__service {
    min-height: 576px;
  }
}
@media only screen and (max-width: 529px) {
  .hero__service {
    min-height: 384px;
  }
}
.js .hero__service {
  position: absolute;
}
.hero__service--prepare {
  transition: opacity 0s;
}
.hero__service--faded {
  opacity: 0;
}
@media only screen and (min-width: 950px) {
  .hero__service--landscaping {
    background-image: url(img/hero-landscaping-desktop.jpg);
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__service--landscaping {
    background-image: url(img/hero-landscaping-tablet.jpg);
  }
}
@media only screen and (max-width: 529px) {
  .hero__service--landscaping {
    background-image: url(img/hero-landscaping-mobile.jpg);
  }
}
@media only screen and (min-width: 950px) {
  .hero__service--tree-surgery {
    background-image: url(img/hero-tree-surgery-desktop.jpg);
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__service--tree-surgery {
    background-image: url(img/hero-tree-surgery-tablet.jpg);
  }
}
@media only screen and (max-width: 529px) {
  .hero__service--tree-surgery {
    background-image: url(img/hero-tree-surgery-mobile.jpg);
  }
}
.hero__heading {
  background: rgba(255, 255, 255, 0.8);
  color: #5C7056;
  display: inline-block;
}
@media only screen and (min-width: 950px) {
  .hero__heading {
    font-size: 48px;
    margin-top: 224px;
    padding: 21px 46px 34px 46px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__heading {
    font-size: 36px;
    line-height: 48px;
    margin-top: 184px;
    padding: 10px 24px 13px 24px;
  }
}
@media only screen and (max-width: 529px) {
  .hero__heading {
    font-size: 24px;
    margin-top: 112px;
    line-height: 32px;
    padding: 6px 16px 10px 16px;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__break {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 950px) {
  .hero__cta {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hero__cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 529px) {
  .hero__cta {
    margin-top: 36px;
  }
}
.about-us {
  background-color: #3A322F;
  color: white;
}
@media only screen and (min-width: 950px) {
  .about-us {
    padding: 141px 0 136px 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us {
    padding: 130px 0 135px 0;
  }
}
@media only screen and (max-width: 529px) {
  .about-us {
    padding: 88px 0;
  }
}
.about-us__content {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 950px) {
  .about-us__content {
    padding-left: 224px;
    width: 833px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us__content {
    padding-left: 144px;
    width: 512px;
  }
}
@media only screen and (max-width: 529px) {
  .about-us__content {
    padding: 126px 16px 0 16px;
    text-align: center;
  }
}
.about-us__content::before {
  background-repeat: no-repeat;
  border: 2px solid white;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (min-width: 950px) {
  .about-us__content::before {
    background-image: url(img/jake-desktop.jpg);
    background-size: 148px 148px;
    height: 148px;
    left: 0;
    top: 91px;
    width: 148px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us__content::before {
    background-image: url(img/jake-tablet.jpg);
    background-size: 116px 116px;
    height: 116px;
    left: 0;
    top: 85px;
    width: 116px;
  }
}
@media only screen and (max-width: 529px) {
  .about-us__content::before {
    background-image: url(img/jake-mobile.jpg);
    background-size: 100px 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .about-us__heading {
    font-size: 48px;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us__heading {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 529px) {
  .about-us__heading {
    font-size: 24px;
    margin-bottom: 31px;
  }
}
.about-us__paragraph a {
  color: white;
}
@media only screen and (min-width: 950px) {
  .about-us__paragraph {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us__paragraph {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .about-us__cta {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .about-us__cta {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 529px) {
  .about-us__cta {
    margin-top: 14px;
  }
}
.quote {
  background-color: white;
}
.quote__text,
.quote__citation {
  display: block;
  margin: auto;
}
.quote__text::before,
.quote__text::after {
  color: #5C7056;
  font-weight: bold;
}
.quote__text::before {
  content: "\201C  ";
  margin-left: -1.2ch;
}
.quote__text::after {
  content: "  \201D";
}
.quote__citation {
  text-align: right;
  color: #5C7056;
}
.quote__citation::before {
  content: "\2014  ";
}
@media only screen and (min-width: 950px) {
  .quote {
    font-size: 36px;
    line-height: 48px;
    padding: 155px 0 149px 0;
  }
  .quote__text,
  .quote__citation {
    width: 688px;
  }
  .quote__citation {
    margin-top: 32px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .quote {
    font-size: 24px;
    line-height: 40px;
    padding: 123px 0 125px 0;
  }
  .quote__text,
  .quote__citation {
    width: 480px;
  }
  .quote__citation {
    margin-top: 24px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .quote {
    font-size: 20px;
    line-height: 32px;
    padding: 73px 16px 79px 16px;
    text-align: center;
  }
  .quote__text::before,
  .quote__text::after {
    margin: 0;
  }
  .quote__citation {
    margin-top: 16px;
    font-size: 16px;
  }
}
.footer {
  text-align: center;
}
.footer__copyright {
  color: white;
  text-transform: uppercase;
}
.footer__top {
  display: inline-block;
  text-indent: -9999px;
}
.footer__facebook-link {
  display: inline-block;
  color: white;
  text-decoration: none;
}
.footer__facebook-link::before {
  display: block;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  background: url(img/facebook.svg);
  background-size: 32px 32px;
}
.footer__vcard {
  color: white;
}
.footer__vcard a {
  color: white;
  text-decoration: none;
}
.footer__address-component {
  display: inline;
}
.footer__address-component--org::after {
  content: ",";
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (max-width: 529px) {
  .footer__top {
    width: 40px;
    height: 40px;
    background: url(img/top-tablet.svg);
    background-size: 40px 40px;
  }
}
@media only screen and (max-width: 529px) {
  .footer {
    padding: 64px 0 64px 0;
  }
  .footer__cta {
    margin-bottom: 24px;
  }
  .footer__facebook-link {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .footer__facebook-link::before {
    margin-bottom: 6px;
  }
  .footer__vcard {
    font-size: 16px;
    line-height: 24px;
    margin: 0 16px;
  }
  .footer__phone-number {
    margin: 45px 0 51px 0;
    font-size: 24px;
  }
  .footer__phone-number--landline {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer__copyright {
    margin: 27px 0 45px 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .footer {
    padding: 144px 0 147px 0;
  }
  .footer__cta {
    margin-bottom: 32px;
  }
  .footer__facebook-link {
    font-size: 16px;
    margin-bottom: 44px;
  }
  .footer__facebook-link::before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-bottom: 22px;
  }
  .footer__vcard {
    font-size: 20px;
    line-height: 32px;
    margin: 0 16px;
  }
  .footer__phone-number {
    margin: 44px 0 44px 0;
    font-size: 30px;
  }
  .footer__phone-number--landline {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer__copyright {
    margin: 18px 0 59px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 950px) {
  .footer {
    padding: 152px 0 147px 0;
  }
  .footer__top {
    width: 64px;
    height: 64px;
    background: url(img/top-desktop.svg);
    background-size: 64px 64px;
  }
  .footer__cta {
    margin-bottom: 40px;
  }
  .footer__facebook-link {
    font-size: 16px;
    margin-bottom: 44px;
  }
  .footer__facebook-link::before {
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    margin-bottom: 22px;
  }
  .footer__vcard {
    font-size: 20px;
    line-height: 32px;
    margin: 0 16px;
  }
  .footer__phone-number {
    margin: 44px 0 44px 0;
    font-size: 30px;
  }
  .footer__phone-number--landline {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer__copyright {
    margin: 18px 0 59px 0;
    font-size: 20px;
  }
}
.service {
  background-color: #3A322F;
  color: white;
  text-align: center;
}
.service__description a {
  color: white;
}
.service__checklist {
  list-style: none;
  padding: 0;
  text-align: left;
}
.service__check {
  display: block;
}
.service__check::before {
  content: "";
  display: inline-block;
  background: url(img/check.svg);
  background-repeat: no-repeat;
  position: absolute;
}
@media only screen and (max-width: 529px) {
  .service {
    padding: 69px 0 96px 0;
  }
  .service__heading {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .service__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 24px 40px 24px;
  }
  .service__description--after {
    margin-top: 0;
  }
  .service__checklist {
    margin-bottom: 39px;
  }
  .service__check {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 0 24px 0 64px;
  }
  .service__check::before {
    width: 22px;
    height: 16px;
    margin: 2px 0 0 -40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .service {
    padding: 69px 0 144px 0;
  }
  .service__heading {
    font-size: 36px;
    margin-bottom: 13px;
  }
  .service__description {
    max-width: 480px;
    font-size: 20px;
    line-height: 31px;
    margin: 0 auto 60px auto;
  }
  .service__description--after {
    margin-top: 0;
  }
  .service__checklist {
    max-width: 480px;
    margin: 0 auto 50px auto;
  }
  .service__check {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 24px;
    padding: 0 24px 0 48px;
  }
  .service__check::before {
    width: 30px;
    height: 22px;
    background-size: 30px 22px;
    margin: 5px 0 0 -48px;
  }
}
@media only screen and (min-width: 950px) {
  .service {
    padding: 85px 0 144px 0;
  }
  .service__heading {
    font-size: 48px;
    margin-bottom: 45px;
  }
  .service__description {
    max-width: 640px;
    font-size: 24px;
    line-height: 31px;
    margin: 0 auto 74px auto;
  }
  .service__checklist {
    width: 912px;
    margin: 0 auto 50px auto;
  }
  .service__check {
    vertical-align: top;
    width: 440px;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
    padding: 0 24px 0 56px;
  }
  .service__check:nth-child(odd) {
    margin-right: 27px;
  }
  .service__check::before {
    width: 32px;
    height: 23px;
    background-size: 32px 23px;
    margin: 5px 0 0 -56px;
  }
}
.contact-form {
  background: white;
  text-align: center;
  padding: 16px;
}
.contact-form__heading {
  color: #5C7056;
}
.contact-form__input {
  border: none;
  color: #5C7056;
  display: block;
  font-size: 16px;
  font: inherit;
  min-height: 56px;
  outline: 1px solid #c5d0c2;
  padding: 0 16px 0 16px;
  width: 100%;
  background: rgba(92, 112, 86, 0.05);
  font-weight: normal;
  margin-bottom: 24px;
}
.contact-form__input:disabled {
  opacity: 0.5;
}
.contact-form__input:focus {
  outline: 1px solid #5C7056;
  outline-offset: -1px;
}
.contact-form__input--message {
  resize: none;
}
.contact-form__cta:disabled {
  opacity: 0.5;
}
.contact-form__input--message {
  min-height: 296px;
  padding: 16px;
  resize: none;
}
@media only screen and (max-width: 529px) {
  .contact-form {
    padding: 54px 16px 46px 16px;
  }
  .contact-form__heading {
    font-size: 24px;
    margin-bottom: 33px;
  }
  .contact-form__input--message {
    min-height: 216px;
    padding: 16px;
  }
  .contact-form__cta {
    margin: 28px 0 18px 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .contact-form {
    padding: 98px 16px 126px 16px;
  }
  .contact-form__heading {
    font-size: 36px;
    margin-bottom: 29px;
  }
  .contact-form__input {
    max-width: 529px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form__cta {
    margin: 32px 0 18px 0;
  }
}
@media only screen and (min-width: 950px) {
  .contact-form {
    padding: 81px 16px 126px 16px;
  }
  .contact-form__heading {
    font-size: 48px;
    margin-bottom: 82px;
  }
  .contact-form__input {
    width: 448px;
  }
  .contact-form__contact-details {
    width: 448px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
  }
  .contact-form__input--message {
    display: inline-block;
    vertical-align: top;
  }
  .contact-form__cta {
    margin: 47px 0 50px 0;
  }
}
.success {
  background: white;
  padding: 80px 16px;
  text-align: center;
}
.success__heading {
  background-image: url(img/check.svg);
  background-position: 0 13px;
  background-repeat: no-repeat;
  background-size: 35px 27px;
  display: inline-block;
  font-size: 36px;
  padding-left: 40px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .success__heading {
    font-size: 30px;
    background-size: 30px 22px;
    padding-left: 34px;
  }
}
@media only screen and (max-width: 529px) {
  .success__heading {
    font-size: 24px;
    background-size: 21px 16px;
    background-position: 0 10px;
    padding-left: 24px;
  }
}
.success__paragraph {
  font-size: 24px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .success__paragraph {
    font-size: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .success__paragraph {
    font-size: 16px;
  }
}
.lightbox {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -webkit-scroll-snap-type: mandatory;
  background: #3A322F;
  overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 1px 0 0 0;
  scroll-snap-type: mandatory;
  position: relative;
}
.lightbox__scroll-button {
  background: transparent url(img/scroll-left.svg) no-repeat;
  border: none;
  height: 40px;
  left: 8px;
  opacity: 1;
  position: absolute;
  transform: translate(0, 40px);
  transition: opacity 0.25s;
  text-indent: -99999px;
  width: 40px;
  z-index: 50;
}
.lightbox__scroll-button:focus {
  outline: none;
}
.lightbox__scroll-button--right {
  background-image: url(img/scroll-right.svg);
  left: inherit;
  right: 8px;
}
.lightbox__scroll-button--hidden {
  opacity: 0;
}
.lightbox__console {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  z-index: 50;
  display: none;
}
@media only screen and (max-width: 529px) {
  .lightbox {
    -webkit-scroll-snap-points-x: repeat(119px);
    scroll-snap-points-x: repeat(119px);
    height: 120px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .lightbox {
    -webkit-scroll-snap-points-x: repeat(199px);
    scroll-snap-points-x: repeat(199px);
    height: 200px;
  }
  .lightbox__scroll-button {
    transform: translate(0, 80px);
  }
}
@media only screen and (min-width: 950px) {
  .lightbox {
    -webkit-scroll-snap-points-x: repeat(279px);
    scroll-snap-points-x: repeat(279px);
    height: 280px;
  }
  .lightbox__scroll-button {
    transform: translate(0, 120px);
  }
}
.lightbox__images {
  display: inline-block;
  white-space: nowrap;
}
.lightbox__image {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 1px;
  background-color: rgba(127, 127, 127, 0.3);
}
.lightbox__image:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 529px) {
  .lightbox__image {
    width: 118px;
    height: 118px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .lightbox__image {
    width: 198px;
    height: 198px;
  }
}
@media only screen and (min-width: 950px) {
  .lightbox__image {
    width: 278px;
    height: 278px;
  }
}
.notification {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0;
  color: white;
  font-size: 24px;
  left: 50%;
  min-width: 300px;
  padding: 20px;
  position: fixed;
  text-align: center;
  transform: translate(-50%, 100%);
  transition: transform .3s;
  z-index: 10;
}
.notification--active {
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .notification {
    font-size: 20px;
    padding: 16px;
  }
}
@media only screen and (max-width: 529px) {
  .notification {
    font-size: 20px;
    padding: 16px;
  }
}
