* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000;
}
picture img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: 53% 65%;
}
.copy {
  width: 80%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.9vw;
  margin: 1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
}
.copy .text {
  line-height: 0.9;
  margin-top: 1.2vw;
}
.copy .text h1 {
  font-family: serif;
}
.copy .text p {
  font-size: 1.8vh;
  font-weight: bold;
  margin-top: 1vh;
}
.copy img {
  width: 14vw;
  height: auto;
  vertical-align: middle;
  margin-right: 1.5rem;
}
