.countdown-body {
  padding: 24px;
}

.wrapper {
  position: absolute;
  left: 8%;
  top: 8%;
  right: 8%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: url('../images/alex-lange-KXZPJRkBZPQ-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: -1px 1px 20px -0.2em #a5a5a5;
}

.heading {
  margin-top: 59px;
  margin-left: 190px;
  padding-bottom: 4.24vw;
  font-family: neue-haas-grotesk-display;
  font-size: 7vw;
  line-height: 34px;
  text-align: center;
  text-transform: lowercase;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 166px;
  -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: neue-haas-grotesk-display;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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;
  font-family: neue-haas-grotesk-display;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: neue-haas-grotesk-display;
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: neue-haas-grotesk-display;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-2 {
  font-family: neue-haas-grotesk-display;
  text-transform: lowercase;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1.5%;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #b6b6b6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

@media screen and (max-width: 991px) {
  .wrapper {
    background-position: -500px 0px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .js-clock {
    width: 66%;
    margin-left: 118px;
  }

  .button {
    position: absolute;
    left: 25%;
    top: auto;
    right: 25%;
    bottom: 1.5%;
    width: 24%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    background-color: #f8f8f8;
    box-shadow: 4px 4px 20px -2px rgba(0, 0, 0, 0.34);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: neue-haas-grotesk-display;
    color: #b8b8b8;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.24vw;
    text-transform: lowercase;
  }

  .button:hover {
    width: 25%;
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
  }
}

@media screen and (max-width: 767px) {
  .box {
    width: auto;
    height: auto;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .clock-number {
    font-size: 8vw;
  }

  .clock-label {
    color: hsla(0, 0%, 69.3%, 0.52);
    font-weight: 700;
  }

  .button {
    width: 33%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    background-position: -700px 0px;
    background-size: cover;
  }

  .heading {
    margin-left: 47px;
    font-size: 12vw;
    line-height: 70px;
    text-align: center;
  }

  .js-clock {
    margin-left: 42px;
  }

  .box.box-1 {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .box.box-2 {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .box.box-3 {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .box.box-4 {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
  }

  .button {
    width: 50%;
  }
}

