.lightbox-total-wrapper {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 100;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  background: #edece8;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
}

.album-art-wrapper {
  max-width: 26.458333333333332vw;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.light-box-inner-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.close-wrapper {
  padding-bottom: 5.364583333333333vw;
  cursor: pointer;
}

.album-title-desc {
  font-size: 1.875vw;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-top: 2.265625vw;
}

.artist-description {
  color: #5ab9bb;
}

.album-get-it-now {
  margin: 36px;
  max-width: 9.84375vw;
  margin: 0 auto;
  margin-top: 36px;
}

.album-get-it-now a {
  display: inline-block;
  background: #056782;
  width: 100%;
  height: 3.0208333333333335vw;
  line-height: 3.0208333333333335vw;
  color: #edece8;
  font-size: 0.9375vw;
  text-transform: uppercase;
  text-decoration: none;
}
.album-get-it-now a:hover {
  opacity: 0.5;
}
.close-wrapper a {
  color: #000;
  text-decoration: none;
}
.close-wrapper span {
  font-size: 26px;
}
.close-wrapper a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1023px) {
  .close-wrapper span {
    font-size: 1.5625vw;
  }

  .album-title-desc {
    font-size: 24px;
  }

  .close-wrapper {
    padding-bottom: 55px;
    font-size: 18px;
    /* padding-top: 43px; */
  }

  .close-wrapper span {
    font-size: 31px;
  }

  .album-art-wrapper {
    max-width: 350px;
    width: 98%;
  }

  .light-box-inner-wrapper {
    /* position: static; */
    /* transform: none; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
  }

  .album-get-it-now {
    max-width: 154px;
    margin: 0 auto;
    margin-top: 33px;
  }

  .album-get-it-now a {
    height: 47px;
    line-height: 47px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .light-box-inner-wrapper {
    max-height: 100%;
    overflow-y: scroll;
    padding-bottom: 70px;
    position: static;
    transform: none;
  }

  .close-wrapper {
    padding-top: 30px;
  }

  .album-get-it-now {
    padding-bottom: 40px;
  }
}
