.section {
  height: 100vh;
}

.site-designer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.div-block {
  background-image: url('../images/Under-Contruction---Dream-Dollz-Services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
  height: 100%;
}

.background-video {
  height: 100vh;
}

.div-block-2 {
  background-image: linear-gradient(#000c, #000c), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 1500px;
  margin: 0 auto;
  line-height: 95px;
}

.image {
  width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.image-2 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section {
    flex-flow: column;
    display: flex;
  }

  .site-designer {
    margin-top: auto;
  }

  .div-block {
    background-repeat: no-repeat;
    background-size: 1000px;
  }

  .heading {
    max-width: 900px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-size: 800px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-size: 500px;
  }
}


