@media (min-width: 1172px) {
}@media (max-width: 991px) {
}@media (max-width: 767px) {
}.kyl_image_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kyl_image_text .text_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 30px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  position: relative;
}
.kyl_image_text .text_wrapper .headline {
  font-family: 'Wonderful Melanesia', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 52px;
  font-size: 45px;
  color: #33474c;
  position: relative;
  z-index: 2;
}
.kyl_image_text .text_wrapper p {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 27px;
  font-size: 17px;
}
.kyl_image_text .text_wrapper .fancy_link {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.kyl_image_text .text_wrapper .button_wrapper {
  margin-top: 40px;
}
.kyl_image_text .text_wrapper .button_wrapper .button {
  margin-bottom: 10px;
}
.kyl_image_text .text_wrapper .char {
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  font-size: 700px;
  color: rgba(205, 215, 218, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.kyl_image_text .image_wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 30px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  padding-bottom: 70px;
}
.kyl_image_text .image_wrapper img {
  height: 650px;
  width: 640px;
  -o-object-fit: cover;
  object-fit: cover;
}
.kyl_image_text .image_wrapper .background_tile {
  position: absolute;
  height: 423px;
  width: 100%;
  bottom: 0;
  left: -50px;
  z-index: -1;
  background-color: #a1b9ba;
}
.kyl_image_text.left .image_wrapper .background_tile {
  left: unset;
  right: -50px;
}
@media (max-width: 1240px) {
}
@media (max-width: 767px) {
  .kyl_image_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kyl_image_text .image_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 46px;
    padding-bottom: 15px;
  }
  .kyl_image_text .image_wrapper img {
    height: 330px;
    width: 100%;
  }
  .kyl_image_text .image_wrapper .background_tile {
    left: -16px;
    bottom: 0;
    height: 230px;
  }
  .kyl_image_text .text_wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .kyl_image_text .text_wrapper .char {
    display: none;
  }
  .kyl_image_text.left .image_wrapper .background_tile {
    right: -16px;
  }
}
