body,
html {
  background-color: #2F3237;
}

.wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 5vw 0;
  max-width: 1215px;
  margin: 0 auto;
}
.wrapper .hard-cover {
  position: relative;
  display: flex;
  align-self: center;
  width: 50%;
  max-width: 588px;
  aspect-ratio: 1/0.97965;
  background-image: url("images/hardCover1.png");
  margin-bottom: 24px;
  background-position: center center;
  background-size: cover;
  box-shadow: 2px 1px 60px 0 rgba(0, 0, 0, 0.65);
  margin-bottom: 3vw;
}
.wrapper .hard-cover .cover {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}
.wrapper .single-spread {
  display: flex;
  position: relative;
  aspect-ratio: 2/1;
  width: 100%;
  max-width: 1176px;
  background-image: url("images/Single-spread.png");
  box-shadow: 2px 1px 60px 0 rgba(0, 0, 0, 0.65);
  background-position: center center;
  background-size: cover;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw;
  border-radius: 3px;
}
.wrapper .single-spread .overlay {
  display: flex;
  position: absolute;
  height: auto;
  width: 98.64%;
  mix-blend-mode: multiply;
}
.wrapper .single-spread .reflection {
  position: absolute;
  height: 98.7%;
  width: 20%;
  background-image: url(images/reflection.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  left: 44%;
  z-index: 2;
}
.wrapper .single-spread .template {
  max-width: 1215px;
}
.wrapper .back-cover {
  position: relative;
  display: flex;
  align-self: center;
  width: 50%;
  max-width: 588px;
  aspect-ratio: 1/0.97965;
  background-image: url("images/back-cover.png");
  margin-bottom: 24px;
  background-position: center center;
  background-size: cover;
  box-shadow: 2px 1px 60px 0 rgba(0, 0, 0, 0.65);
  margin-bottom: 5vw;
}
.wrapper .back-cover .cover {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}/*# sourceMappingURL=album.css.map */