body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2vmax;
  text-align: center;
}

.constructionSign {
  width: 64vmax;
  height: 48vmax;
  background-repeat: no-repeat;
  background-image: url('../images/under-construction-2891888__480.jpg');
  background-size: 100% 100%;
  display: inline-block;
}

.previewSign {
  left: 32vmax;
  top: 42vmax;
  width: 22vmax;
  height: 7.7vmax;
  background-repeat: no-repeat;
  background-image: url('../images/sneakpreview.png');
  background-size: 100% 100%;
}