/* Text Elements */

h3 {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #248f7e;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.light {
  color: #ff8a1a;
}

h3.heading-1 {
  color: #ff8a1a;
}

h3.heading-2 {
  color: #ff8a1a;
}

h3.heading-3 {
  color: #ff8a1a;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

p.paragraph.copyright {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

p.paragraph a.link-color {
  color: #249072;
}

p.paragraph.social-caption {
  text-align: center;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

p.paragraph.paragraph-3 {
  text-align: center;
}

p.paragraph.paragraph-4 {
  text-align: center;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph a.link-color:hover {
  color: #249072;
  text-decoration: underline;
  text-transform: none;
}

/* Common Elements */

div.rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

div.rule {
  margin-right: auto;
  margin-left: auto;
}

div.rule.h3-underline {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 80px;
  width: 100%;
}

div.rule.h3-underline.light hr {
  border-top-color: #ff8a1a;
}

div.rule.h3-underline hr {
  border-top-color: #ff8a1a;
}

/* Interaction Elements */

a.link-button.nav-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 50px;
  border-right: 1px solid rgba(133, 114, 91, .29);
  border-bottom: 1px solid rgba(133, 114, 91, .29);
  border-radius: 0;
  background-color: transparent;
  color: #857461;
  font-size: 19px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button {
  background-color: #0ea360;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button:hover {
  opacity: .64;
}

a.link-button.nav-item:hover {
  padding-top: 12px;
  color: #279076;
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

/* Layout Elements */

body {
  height: auto;
}

body > .row {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  padding-top: 20px;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

body > .row > [class*='coffee-span-'].footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #1f2a2d;
}

body > .row > [class*='coffee-span-'].gallery-intro {
  padding-bottom: 50px;
  padding-left: 15px;
  background-color: #cac5c2;
  background-image: url('../Wood-v28.jpg');
  background-position: center bottom;
  background-size: auto auto;
  background-repeat: repeat-x;
}

body > .row.nav-row {
  position: static;
  z-index: 1000;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  background-color: #fdf9f6;
}

body > .row > [class*='coffee-span-'].location {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  min-height: 405px;
  background-image: url('../city-of-polo-image.jpg');
  background-position: center top;
  background-size: cover;
}

body > .row.row-2 {
  background-image: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

body > .row > [class*='coffee-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row > [class*='coffee-span-'].gallery {
  padding-top: 50px;
  padding-right: 150px;
  padding-left: 150px;
  background-color: transparent;
  background-image: url('../Wood-v28.jpg');
  background-position: center top;
  background-repeat: repeat;
}

body > .row > [class*='coffee-span-'].header {
  padding-top: 80px;
  padding-bottom: 0;
  background-color: #fdf9f6;
  background-image: none;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.container.instructional-container {
  margin: 30px auto 7px;
  padding: 15px;
  max-width: 350px;
  border-top: 1px dotted rgba(112, 96, 90, .50);
  border-right: 0 none rgba(112, 96, 90, .30);
  border-bottom: 1px dotted rgba(112, 96, 90, .50);
  border-left: 0 none rgba(112, 96, 90, .30);
  border-radius: 0;
  background-color: transparent;
}

.container.social-icons-container {
  margin: 30px auto 70px;
  max-width: 800px;
  text-align: center;
}

a.social-image.social {
  margin-top: 0;
  margin-right: 2%;
  margin-left: 2%;
  padding: 5px;
  min-width: 0;
  max-width: 70px;
  border-radius: 6px;
  background-color: #ff8a1a;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

span.link-button-text {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button-image {
  border-radius: 8px;
  background-color: #0ea360;
}

div.image-for-button {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
  opacity: .75;
}

a.link-button-image.launch-maps {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 15px;
  padding-left: 30px;
  max-width: 300px;
  background-color: #92aea1;
  text-align: center;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button-glyph.go-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.logo {
  margin-top: 20px;
  margin-right: 0;
  max-width: none;
}

div.responsive-picture.gallery-img-XL {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  min-width: 240px;
  max-width: none;
  width: 40%;
  border: 7px solid #eeebe2;
  border-radius: 5px;
  box-shadow: rgba(35, 35, 35, .90) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(-2deg) translateX(20px) translateY(0px);
     -moz-transform: rotate(-2deg) translateX(20px) translateY(0px);
       -o-transform: rotate(-2deg) translateX(20px) translateY(0px);
          transform: rotate(-2deg) translateX(20px) translateY(0px);
}

div.responsive-picture.gallery-img-S {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 160px;
  max-width: none;
  width: 25%;
  border: 7px solid #f3f3f3;
  border-radius: 2px;
  box-shadow: rgba(35, 35, 35, .90) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(1deg) translateX(-20px) translateY(40px);
     -moz-transform: rotate(1deg) translateX(-20px) translateY(40px);
       -o-transform: rotate(1deg) translateX(-20px) translateY(40px);
          transform: rotate(1deg) translateX(-20px) translateY(40px);
}

div.responsive-picture.gallery-img-M {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3%;
  min-width: 200px;
  max-width: none;
  width: 30%;
  border: 7px solid #faf6e9;
  border-top-left-radius: 15px 11px;
  border-top-right-radius: 15px 11px;
  border-bottom-right-radius: 15px 11px;
  border-bottom-left-radius: 15px 11px;
  box-shadow: rgba(35, 35, 35, .90) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(2deg) translateX(20px) translateY(60px);
     -moz-transform: rotate(2deg) translateX(20px) translateY(60px);
       -o-transform: rotate(2deg) translateX(20px) translateY(60px);
          transform: rotate(2deg) translateX(20px) translateY(60px);
}

a.responsive-picture.picture-link-1 {
  position: static;
  float: none;
  margin-right: 1%;
  margin-left: 17%;
}

div.responsive-picture.picture-1 {
  padding-bottom: 0;
  max-width: none;
  max-height: none;
  width: 100%;
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

a.link-button-image:hover {
  opacity: .64;
}

a.link-button-image.launch-maps:hover {
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform: translateY(0px) rotate(0deg) scale(1, 1);
     -moz-transform: translateY(0px) rotate(0deg) scale(1, 1);
       -o-transform: translateY(0px) rotate(0deg) scale(1, 1);
          transform: translateY(0px) rotate(0deg) scale(1, 1);
}

a.link-button-glyph.go-to-top:hover {
  bottom: 25px;
  background-color: rgba(79, 79, 79, .89);
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

div.responsive-picture.gallery-img-XL:hover {
  position: relative;
  z-index: 900;
  border-color: #faf6e9;
  box-shadow: rgba(35, 35, 35, .50) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1.1, 1.1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(0px);
     -moz-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1.1, 1.1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(0px);
       -o-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1.1, 1.1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(0px);
          transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1.1, 1.1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(0px);
}

div.responsive-picture.gallery-img-S:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .50) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg);
     -moz-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg);
       -o-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg);
          transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg);
}

div.responsive-picture.gallery-img-M:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .50) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1);
     -moz-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1);
       -o-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1);
          transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1);
}

@media screen and (max-width: 1206px) {
  /* Text Elements */

  h3 {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  h3 span.heading-text-1 {
    color: #ff8a1a;
  }

  h3.heading-2 {
    color: #ff8a1a;
  }

  h3.light {
    color: #ff8a1a;
  }

  h3.heading-3 {
    color: #ff8a1a;
  }

  p.paragraph {
    margin-top: 7px;
    font-size: 16px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  /* Common Elements */

  div.rule.h3-underline hr {
    border-top-color: #ff8a1a;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    border-right: 0 none rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-left: 0 none rgba(133, 114, 91, .31);
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navigation {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].location {
    min-height: 312px;
    background-image: url('../city-of-polo-image.jpg');
    background-clip: border-box;
  }

  body > .row > [class*='coffee-span-'].gallery-intro {
    padding-bottom: 0;
    padding-left: 15px;
    background-image: url('../Wood-v28.jpg');
  }

  body > .row > [class*='coffee-span-'].gallery {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  body > .row > [class*='coffee-span-'].header {
    padding-top: 0;
    padding-right: 15px;
  }

  .container.social-icons-container {
    margin-bottom: 40px;
  }

  .container.instructional-container {
    position: static;
    float: none;
    clear: none;
    margin-top: 10px;
    margin-right: 26%;
    margin-bottom: 2px;
    padding-right: 17px;
    padding-left: 0;
    min-height: 49px;
    width: auto;
    vertical-align: baseline;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 60px;
    background-color: #ff8a1a;
  }

  span.link-button-text {
    font-size: 13px;
  }

  div.image-for-button {
    max-width: 100px;
  }

  a.responsive-picture.logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
  }

  div.responsive-picture.gallery-img-XL {
    float: left;
    min-width: 100px;
    width: 35%;
    border-width: 6px;
    -webkit-transform: rotate(-2deg) translateX(0px) translateY(0px);
       -moz-transform: rotate(-2deg) translateX(0px) translateY(0px);
         -o-transform: rotate(-2deg) translateX(0px) translateY(0px);
            transform: rotate(-2deg) translateX(0px) translateY(0px);
  }

  div.responsive-picture.gallery-img-S {
    float: left;
    min-width: 100px;
    width: 30%;
    border-width: 6px;
    -webkit-transform: rotate(1deg) translateX(0px) translateY(0px);
       -moz-transform: rotate(1deg) translateX(0px) translateY(0px);
         -o-transform: rotate(1deg) translateX(0px) translateY(0px);
            transform: rotate(1deg) translateX(0px) translateY(0px);
  }

  div.responsive-picture.gallery-img-M {
    float: left;
    min-width: 100px;
    width: 30%;
    border-width: 6px;
    -webkit-transform: rotate(2deg) translateX(0px) translateY(0px);
       -moz-transform: rotate(2deg) translateX(0px) translateY(0px);
         -o-transform: rotate(2deg) translateX(0px) translateY(0px);
            transform: rotate(2deg) translateX(0px) translateY(0px);
  }

  a.link-button-image.launch-maps {
    min-width: 1px;
    max-width: 300px;
    background-color: #abb2ad;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
    width: 100%;
  }

  div.responsive-picture.gallery-img-XL:hover {
    -webkit-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1, 1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(-10px);
       -moz-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1, 1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(-10px);
         -o-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1, 1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(-10px);
            transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 19.987816540381914, -.6979899340500194) scale(1, 1) rotate(3deg) skewX(0deg) skewY(0deg) translateX(-10px);
  }

  div.responsive-picture.gallery-img-S:hover {
    -webkit-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg) translateY(-30px) translateX(10px);
       -moz-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg) translateY(-30px) translateX(10px);
         -o-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg) translateY(-30px) translateX(10px);
            transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, -20.695050160619164, 39.64485967750998) scale(1.1, 1.1) rotate(-3deg) translateY(-30px) translateX(10px);
  }

  div.responsive-picture.gallery-img-M:hover {
    -webkit-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1) translateX(-20px) translateY(-60px);
       -moz-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1) translateX(-20px) translateY(-60px);
         -o-transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1) translateX(-20px) translateY(-60px);
            transform: matrix(.9993908270190958, .03489949670250097, -.03489949670250097, .9993908270190958, 17.893846738231854, 60.66143955519577) rotate(-3deg) scale(1.1, 1.1) translateX(-20px) translateY(-60px);
  }
}

@media screen and (max-width: 964px) {
  /* Text Elements */

  h3.light {
    text-align: center;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].location {
    min-height: 187px;
    max-height: none;
    height: auto;
    background-repeat: repeat;
  }

  body > .row > [class*='coffee-span-'].gallery-intro {
    background-image: url('../Wood-v28.jpg');
  }

  a.responsive-picture.picture-link-1 {
    margin-left: 34%;
  }

  a.link-button-image.launch-maps {
    min-height: 0;
    background-color: #abb2ad;
  }

  div.responsive-picture.picture-1 > picture {
    margin: 0;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
  }
}

@media screen and (max-width: 557px) {
  /* Text Elements */

  h3 {
    margin-top: 30px;
    font-size: 24px;
  }

  p.paragraph {
    font-size: 14px;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  a.link-button.nav-item:hover {
    padding-top: 10px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].location {
    min-height: 200px;
  }

  body > .row.nav-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].gallery {
    padding-top: 20px;
    padding-right: 20px;
  }

  .container.instructional-container {
    margin-top: 10px;
    padding: 10px;
    max-width: 350px;
    width: 80%;
  }

  div.image-for-button {
    max-width: 60px;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 45px;
  }

  div.responsive-picture.gallery-img-XL {
    min-width: 100px;
    width: 100%;
    border-width: 4px;
  }

  div.responsive-picture.gallery-img-S {
    width: 45%;
    border-width: 4px;
  }

  div.responsive-picture.gallery-img-M {
    min-width: 100px;
    width: 50%;
    border-width: 4px;
  }
}