/* ---------- CSS FOR INDIVIDUAL TAPES ---------- */

/* ---------- SHELF 1 ---------- */
.shelf:nth-child(1) > .tape-ctn:nth-child(3) {
  margin-left: 4.5rem;
  transform: rotate(13deg);
}

.shelf:nth-child(1) > .tape-ctn:nth-child(4) {
  margin-left: 1.5rem;
  transform: rotate(9deg);
}

.shelf:nth-child(1) > .tape-ctn:nth-child(5) {
  margin-left: 3rem;
}

.shelf:nth-child(1) > .tape-ctn:nth-child(7) {
  margin-left: 4rem;
  transform: rotate(-13deg);
}

/* ---------- SHELF 2 ---------- */

.shelf:nth-child(2) > .tape-ctn:nth-child(3) {
  margin-right: 19.5rem;
}

.shelf:nth-child(2) > .tape-ctn:nth-child(1) {
  position: relative;
  transform: rotate(90deg);
  left: 250px;
  top: 270px;
}

.shelf:nth-child(2) > .tape-ctn:nth-child(2) {
  position: relative;
  transform: rotate(90deg);
  left: 185px;
  top: 165px;
}

.shelf:nth-child(2) > .tape-ctn:nth-child(3) {
  position: relative;
  transform: rotate(90deg);
  top: 60px;
  left: 50px;
}

.shelf:nth-child(2) > .tape-ctn:nth-child(4) {
  position: relative;
  top: 12px;
  margin-right: 8rem;
  transform: rotate(-25deg);
}

/* ---------- SHELF 3 ---------- */

.shelf:nth-child(3) > .tape-ctn:nth-child(4) {
  position: relative;
  top: 5px;
  margin-left: 6.5rem;
  transform: rotate(-20deg);
}

.shelf:nth-child(3) > .tape-ctn:nth-child(5) {
  position: relative;
  top: 20px;
  margin-left: 4rem;
  transform: rotate(-30deg);
}

.shelf:nth-child(3) > .tape-ctn:nth-child(6) {
  margin-left: 9.5rem;
}

.shelf:nth-child(3) > .tape-ctn:nth-child(7) {
  margin-left: 5rem;
  transform: rotate(15deg);
}

/* ---------- SHELF 4 ---------- */

.shelf:nth-child(4) > .tape-ctn:nth-child(2) {
  margin-left: 6.5rem;
  margin-right: 8rem;
  transform: rotate(20deg);
}

.shelf:nth-child(4) > .tape-ctn:nth-child(3) {
  position: relative;
  top: 70px;
  left: 140px;
  transform: rotate(90deg);
}

.shelf:nth-child(4) > .tape-ctn:nth-child(4) {
  position: relative;
  top: 170px;
  transform: rotate(90deg);
}

.shelf:nth-child(4) > .tape-ctn:nth-child(5) {
  position: relative;
  right: 40px;
  top: 270px;
  transform: rotate(90deg);
}
