* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #071712;
}

.wrapper {
  position: relative;
  width: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.email-button,
.email-text {
  position: absolute;
  z-index: 10;
  display: block;
  cursor: pointer;
}

/* Gold EMAIL US button */
.email-button {
  left: 32.7%;
  top: 80.1%;
  width: 14.2%;
  height: 3.8%;
}

/* syd@lessoverlap.com text */
.email-text {
  left: 49%;
  top: 80.1%;
  width: 18%;
  height: 3.8%;
}