.macbook-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.website-image-wrapper {
  position: absolute;
  left: 0%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.website-image-container {
  position: static;
  left: auto;
  top: 6%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  overflow: auto;
  width: 53%;
  height: 81%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.website-image {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.macbook {
  position: relative;
  z-index: 5;
  width: 70%;
  max-width: none;
}

.page-wrap {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.heading {
  color: #333;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.bottom-link {
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f0f0f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.instructions {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.paragraph {
  font-weight: 500;
  text-align: center;
}

.subheading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .website-image-container {
    width: 76%;
    height: 81%;
  }

  .macbook {
    display: block;
    width: 100%;
  }

  .heading {
    line-height: 1.2;
  }
}