.kyl_image_gallery .content_wrapper .sub_headline {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  color: #757474;
}
@media screen and (min-width: 1024px) {
  .kyl_image_gallery .content_wrapper .sub_headline {
    letter-spacing: 1.2px;
    line-height: 15px;
    font-weight: 400;
    font-size: 12px;
  }
}
.kyl_image_gallery .content_wrapper .headline {
  font-weight: 300;
  font-size: 45px;
  font-family: 'Cormorant Garamond', sans-serif;
  text-align: center;
  line-height: 52px;
  margin: 0 0 25px;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_image_gallery .content_wrapper .headline {
    font-weight: 300;
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 30px;
    color: #455255;
  }
}
.kyl_image_gallery .content_wrapper .preview_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  height: 250px;
  color: #FFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}
@media screen and (min-width: 1024px) {
  .kyl_image_gallery .content_wrapper .preview_image {
    height: 650px;
    padding: 40px;
  }
}
.kyl_image_gallery .content_wrapper .preview_image:before {
  background: transparent linear-gradient(to top, #000 0%, transparent 100%) no-repeat center;
  position: absolute;
  content: '';
  opacity: 0.7;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.kyl_image_gallery .content_wrapper .preview_image .headline {
  width: 100%;
  max-width: 500px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .kyl_image_gallery .content_wrapper .preview_image .headline {
    display: block;
  }
}
.kyl_image_gallery .content_wrapper .preview_image .headline.drop_shadow {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
.kyl_image_gallery .content_wrapper .preview_image .headline .sub_title {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
  line-height: 15px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 12px;
}
.kyl_image_gallery .content_wrapper .preview_image .headline .title {
  font-weight: 300;
  font-size: 30px;
  font-family: 'Cormorant Garamond', sans-serif;
  position: relative;
  line-height: 37px;
  letter-spacing: 0;
  max-width: 730px;
  margin: 0;
}
.kyl_image_gallery .content_wrapper .preview_image .show_more_hint {
  background: transparent url('../assets/img/gallery_white.svg') no-repeat right top;
  font-weight: 300;
  font-size: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-size: 18px;
  padding-right: 28px;
  text-align: right;
  width: 100%;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kyl_image_gallery .content_wrapper .preview_image .show_more_hint {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 520px);
    flex: 0 0 calc(100% - 520px);
  }
}
.kyl_image_gallery .content_wrapper .archive_link {
  background: transparent url('../assets/img/arrow_left_red.svg') no-repeat left center;
  display: inline-block;
  letter-spacing: 1.4px;
  background-size: 20px;
  padding-left: 20px;
  line-height: 18px;
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #D5002F;
}
.kyl_image_gallery .content_wrapper .gallery {
  background-color: #FFF;
  overflow-y: auto;
  position: fixed;
  display: none;
  height: 100%;
  z-index: 99;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.kyl_image_gallery .content_wrapper .gallery.opened {
  display: block;
}
.kyl_image_gallery .content_wrapper .gallery .content_wrapper {
  padding-bottom: 20px;
  position: relative;
  padding-top: 50px;
}
.kyl_image_gallery .content_wrapper .gallery .content_wrapper .close_gallery {
  height: 16px;
  width: 16px;
  background: transparent url('../assets/img/cross_dark.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
}
.kyl_image_gallery .content_wrapper .gallery .content_wrapper .gallery_item:not(:last-of-type) {
  margin: 0 0 25px;
}
.kyl_image_gallery .content_wrapper .gallery .content_wrapper .gallery_item img {
  display: block;
  height: auto;
  width: 100%;
}
.kyl_image_gallery .content_wrapper .gallery .content_wrapper .gallery_item .caption {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 15px;
  color: #455255;
}
