.fotohouder {
  width: 100vw;
  height: 100vh;
  background-color: #040404;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.div-block-2._1 {
  justify-content: center;
  margin-left: 0;
  padding-top: 25px;
}

.div-block-2._2 {
  width: auto;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading {
  color: #c8b28d;
  margin-top: 0;
  font-family: Allura, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
}

.heading.nr {
  color: #c8b28d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 40px;
}

.heading.naa {
  color: #d8cbb3;
  font-size: 110px;
  line-height: 70px;
}

.mobilename {
  display: none;
}

.body {
  background-color: #040404;
}

.mobilefooter {
  display: none;
}

.image {
  height: 100%;
  object-fit: contain;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .fotohouder {
    height: auto;
  }

  .div-block-2._1, .div-block-2._2 {
    display: none;
  }

  .heading.naa {
    text-align: center;
    padding-top: 10px;
    line-height: 100px;
  }

  .mobilename {
    display: block;
  }

  .body {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .mobilefooter {
    text-align: right;
    padding-right: 20px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fotohouder {
    height: auto;
  }

  .div-block-2._1, .div-block-2._2 {
    display: none;
  }

  .heading {
    font-size: 35px;
  }

  .heading.nr {
    font-size: 30px;
  }

  .heading.naa {
    text-align: center;
    padding-top: 21px;
    padding-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
  }

  .mobilename {
    background-color: #040404;
    margin-bottom: -11px;
    display: block;
  }

  .body {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .mobilefooter {
    clear: left;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
}


