.background-ken {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.image-holder {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.logo-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 100px;
  margin-top: 45px;
  text-align: center;
}

.content-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 146px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.slider {
  width: 100%;
  height: 100%;
  padding-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0);
}

.slide {
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  height: 100px;
  margin-top: 45px;
  text-align: center;
}

.heading-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.link-block {
  cursor: pointer;
}

.body {
  background-color: #000;
}

.heading-2-copy {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 991px) {
  .heading {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 4rem;
  }
  .slider {
    padding-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 3rem;
  }
  .slider {
    padding-bottom: 30px;
  }
}

