.library-spotlight-title > h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 30em) {
    .library-spotlight-title > h3 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: -0.05em; } }

.library-spotlight-classification > h4 {
  font-size: 10.5px;
  line-height: 15.22px;
  font-family: Oyster-A, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 19.57px; }

.library-spotlight-description {
  padding: 0 8%; }
  @media (max-width: 45.56em) {
    .library-spotlight-description {
      padding: 0; } }

.library-spotlight-description > p {
  font-size: 13.5px;
  line-height: 19.57px;
  font-family: Oyster-A, Arial, sans-serif; }
  @media (max-width: 45.56em) {
    .library-spotlight-description > p {
      padding: 0 8%; } }

.library-oyset-inner {
  padding: 0 0.38em; }

.library-oyset-content {
  position: relative;
  padding: 1em 0.75em;
  text-align: center;
  border: 1px solid #eff0f6; }

.library-oyset-bookcover .bookcover {
  transition: all 0.2s ease; }

.no-touch .library-oyset-inner:hover .bookcover {
  transition: all 0.2s ease; }
.no-touch .library-oyset-inner:hover .library-oyset-bookcover:nth-child(1) .bookcover.medium {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }
.no-touch .library-oyset-inner:hover .library-oyset-bookcover:nth-child(2) .bookcover.small {
  -webkit-transform: translateX(25px);
  transform: translateX(25px); }
.no-touch .library-oyset-inner:hover .library-oyset-bookcover:nth-child(3) .bookcover.x-small {
  -webkit-transform: translateX(60px);
  transform: translateX(60px); }

.library-oyset-header {
  min-height: 9em; }

.library-oyset-header-inner {
  position: relative; }

.library-oyset-bookcover:nth-child(2), .library-oyset-bookcover:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.library-oyset-bookcover:nth-child(1) .bookcover.medium {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: relative;
  z-index: 3; }

.library-oyset-bookcover:nth-child(2) .bookcover.small {
  width: 5em;
  height: 10.5em;
  margin-top: 0.75em;
  z-index: 2;
  -webkit-transform: translateX(58px);
  transform: translateX(58px);
}

.library-oyset-bookcover:nth-child(3) .bookcover.x-small {
  width: 4em;
  height: 6em;
  margin-top: 1.5em;
  z-index: 1;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}

.library-oyset-body-content {
  color: #42444c; }

.library-oyset-title > h3 {
  font-size: 17px;
  line-height: 24.65px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.library-oyset-genre > h4 {
  font-size: 10.5px;
  line-height: 15.22px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: Oyster-A, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-overflow: ellipsis; }
  .book-bookpanel {
  display: none;
  opacity: 0;
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #eff0f6 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
  .book-bookpanel-inner {
    position: absolute;
    top: 0.38em;
    left: 0.75em;
    right: 0.75em;
    bottom: 0.75em;
    overflow: hidden;
    color: #42444c; }
  .book-bookpanel-content {
    float: left;
    width: 100%;
    min-height: 1px;
    margin: 0; }
    .book-bookpanel-content:before, .book-bookpanel-content:after {
      display: table;
      content: ""; }
    .book-bookpanel-content:after {
      clear: both; }
    .book-bookpanel-content:hover .book-bookpanel-title {
      text-decoration: underline; }
  .book-bookpanel-title, .book-bookpanel-author, .book-bookpanel-rating {
    font-family: Oyster-A, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden; }
  .book-bookpanel-link {
    color: #42444c;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .book-bookpanel-rating {
    color: white;
    font-size: 10.5px;
    font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats"; }
    .book-bookpanel-rating > span.is-starred {
      color: #92949c; }
  .book-bookpanel-title {
    font-weight: 600;
    color: #16d4d9; }
  .book-bookpanel-synopsis {
    font-family: Oyster-A, Arial, sans-serif;
    font-size: 12px;
    line-height: 17.4px;
    max-height: 7.5em;
    overflow: hidden;
    position: relative; }
    .book-bookpanel-synopsis::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4.5em;
      background: #eff0f6;
      background: linear-gradient(to bottom, rgba(239, 240, 246, 0) 0%, #eff0f6 100%);
      z-index: 1; }
  .book-bookpanel-details {
    font-family: Oyster-A, Arial, sans-serif;
    font-size: 13.5px;
    line-height: 19.57px;
    color: #ccd0d8; }
  .book-bookpanel-save {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center; }
    .book-bookpanel-save > .btn-save {
      padding: 0.4em 1.5em 0.5em 1em;
      letter-spacing: 0.1em; }

.book-item-wrapper {
  position: relative; }

.book-item .book-control-share[data-gallery-control="share"] {
  height: 0; }
.book-item .book-content {
  padding-top: 4.5em; }
  @media (max-width: 30em) {
    .book-item .book-content {
      padding-top: 4em; } }
.book-item .library-shelf-oysets {
  padding: 0;
  border-bottom: none; }
.book-item .library-shelf-oyset {
  padding-top: 0; }
.book-item .book-section.book-related-oysets {
  border-top: 1px solid #ccd0d8; }
.book-item .book-control-close {
  display: none; }

.bookcover {
  position: relative;
  background-color: white;
  margin: 0 auto;
  overflow: hidden; }
  .bookcover > img {
    width: 102%;
    height: 102%;
    vertical-align: top;
    font-size: 0px;
    position: relative;
    z-index: 1; }
  .bookcover-unlimitedImg > svg {
    width: calc(30% + 12px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .bookcover-expiring {
    background: #f73d47;
    background: linear-gradient(to bottom, rgba(247, 61, 71, 0) 80%, rgba(247, 61, 71, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .bookcover-expiring > span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: white;
      font-family: Oyster-A, Arial, sans-serif;
      font-size: 10.5px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
  .bookcover-play {
    background: black;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .bookcover-play > a {
      z-index: 10;
      position: absolute;
      bottom: 40%;
      left: 0;
      right: 0; }
  .bookcover .bookcover-img-div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-size: 100% 100%; }
  .bookcover.x-small {
    height: 5em;
    width: 3.33em;
    box-shadow: 0px 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0px 12px 26px 0px rgba(0, 0, 0, 0.4); }
  .bookcover.small {
    height: 6em;
    width: 4em;
    box-shadow: 0px 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0px 12px 26px 0px rgba(0, 0, 0, 0.4); }
    .bookcover.small .book-detail {
      left: -5.5em; }
  .bookcover.medium {
     height: 12em;
  width: 7.95em;
    box-shadow: 0px 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0px 12px 26px 0px rgba(0, 0, 0, 0.4); }
    .bookcover.medium .book-detail {
      left: -4.53em; }
  .bookcover.large {
    height: 13.5em;
    width: 9em;
    box-shadow: 0px 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0px 12px 26px 0px rgba(0, 0, 0, 0.4); }
    .bookcover.large .book-detail {
      left: -3em; }
  .bookcover.x-large {
    height: 20.25em;
    width: 13.5em;
    box-shadow: 0px 2px 7.68px 0.32px rgba(0, 0, 0, 0.4), 0px 12px 26px 0px rgba(0, 0, 0, 0.4); }
    .bookcover.x-large .book-detail {
      left: -0.75em; }
  .bookcover .book-title, .bookcover .bookcover-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: normal;
    color: #ccd0d8;
    font-family: Oyster-A, Arial, sans-serif;
    line-height: 1.5em;
    font-size: 0.67em;
    padding: 0.75em;
    z-index: 0; }
  .bookcover .book-texture, .bookcover .bookcover-texture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: inset 4px -5px 4px -4px rgba(0, 0, 0, 0.3), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
    .bookcover .book-texture::before, .bookcover .book-texture::after, .bookcover .bookcover-texture::before, .bookcover .bookcover-texture::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 15px;
      opacity: 0.3; }
    .bookcover .book-texture::before, .bookcover .bookcover-texture::before {
      left: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%); }
    .bookcover .book-texture::after, .bookcover .bookcover-texture::after {
      right: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.4) 100%); }
  .bookcover .bookcover-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .bookcover-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    height: 100%;
    width: 100%; }
  .bookcover-play-link, .bookcover-play-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 2; }
    .bookcover-play-link > img, .bookcover-play-inner > img {
      position: relative;
      vertical-align: middle;
      z-index: 1; }
  .bookcover.is-detailed {
    cursor: pointer; }
    .bookcover.is-detailed > .book-link {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .bookcover.is-detailed .book-detail {
      display: none;
      width: 15em; }
      .bookcover.is-detailed .book-detail:hover {
        display: block; }

        .stack {
  margin: 20px auto;
  width: 400px;
  padding: 0;
  position: relative;
  max-width: 100%;
}

.stack img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.stack img:last-child {
  position: relative;
}
.stack {
  margin: 20px auto;
  width: 400px;
  padding: 0;
  position: relative;
  max-width: 100%;
}

.stack img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 1px solid transparent;
}

.stack img:last-child {
  position: relative;
}

/* Individual effects */

/* Simple Spread */
.stack-spread.active img:nth-child(3) {
  -webkit-transform: translate(-15px,15px);
  transform: translate(-15px,15px);
}

.stack-spread.active img:first-child {
  -webkit-transform: translate(15px,-15px);
  transform: translate(15px,-15px);
}

/* Fan out */
.stack-fanout img:first-child,
.stack-fanout img:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.stack-fanout.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.stack-fanout.active img:first-child {
  -webkit-transform: rotate(-10deg) translateX(-25%) scale(0.8);
  transform: rotate(-10deg) translateX(-25%) scale(0.8);
}

.stack-fanout.active img:nth-child(2) {
  -webkit-transform: rotate(10deg) translateX(25%) scale(0.8);
  transform: rotate(10deg) translateX(25%) scale(0.8);
}

/* Random rotation */
.stack-randomrot.active img:nth-child(3) {
  -webkit-transform: translate(15px,15px);
  transform: translate(15px,15px);
}

.stack-randomrot.active img:first-child {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.stack-randomrot.active img:nth-child(2) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

/* Side slide */
.stack-sideslide img:first-child,
.stack-sideslide img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

.stack-sideslide img:first-child {
  -webkit-transform: translateX(-50%) scale(0.6);
  transform: translateX(-50%) scale(0.6);
}

.stack-sideslide img:nth-child(2) {
  -webkit-transform: translateX(50%) scale(0.6);
  transform: translateX(50%) scale(0.6);
}

.stack-sideslide.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.stack-sideslide.active img:first-child,
.stack-sideslide.active img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.stack-sideslide.active img:first-child {
  -webkit-transform: translateX(-20%) scale(0.8);
  transform: translateX(-20%) scale(0.8);
}

.stack-sideslide.active img:nth-child(2) {
  -webkit-transform: translateX(20%) scale(0.8);
  transform: translateX(20%) scale(0.8);
}

/* Side Grid */
.stack-sidegrid img:first-child,
.stack-sidegrid img:nth-child(2),
.stack-sidegrid img:nth-child(3) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.stack-sidegrid img:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.stack-sidegrid img:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.stack-sidegrid img:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.stack-sidegrid img:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.stack-sidegrid.active img {
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
}

/* Bouncy Grid */
.stack-bouncygrid.active img {
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
}

.stack-bouncygrid.active img:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.stack-bouncygrid.active img:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.stack-bouncygrid.active img:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.stack-bouncygrid.active img:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* Peek-a-boo */
.stack-peekaboo img:first-child,
.stack-peekaboo img:nth-child(2),
.stack-peekaboo img:nth-child(3) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.stack-peekaboo.active img:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-50%,-50%) rotate(-15deg);
  transform: scale(0.5) translate(-50%,-50%) rotate(-15deg);
}

.stack-peekaboo.active img:first-child {
  -webkit-transform: scale(0.5) translate(50%,-50%) rotate(15deg);
  transform: scale(0.5) translate(50%,-50%) rotate(15deg);
}

.stack-peekaboo.active img:nth-child(2) {
  -webkit-transform: scale(0.5) translate(0,-50%);
  transform: scale(0.5) translate(0,-50%);
}

.stack-peekaboo img:nth-child(4) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.stack-peekaboo.active img:nth-child(4) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Preview Grid */
.stack-previewgrid img:first-child,
.stack-previewgrid img:nth-child(2),
.stack-previewgrid img:nth-child(3) { /* you'd use smaller images here and not define the width like this */
  width: 24.5%;
  top: auto;
  left: auto;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.stack-previewgrid img:first-child {
  right: 12.5%;
}

.stack-previewgrid img:nth-child(2) {
  left: 37.75%;
}

.stack-previewgrid img:nth-child(3) {
  left: 12.5%;
}

.stack-previewgrid.active img:first-child,
.stack-previewgrid.active img:nth-child(2),
.stack-previewgrid.active img:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.stack-previewgrid img:nth-child(4) {
  -webkit-transform-origin: 50% -1.5%;
  transform-origin: 50% -1.5%;
}

.stack-previewgrid.active img:nth-child(4) {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/* Corner grid */
.stack-cornergrid img:first-child,
.stack-cornergrid img:nth-child(2),
.stack-cornergrid img:nth-child(3) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.stack-cornergrid.active img:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-100%,0%);
  transform: scale(0.5) translate(-100%,0%);
}

.stack-cornergrid.active img:nth-child(2) {
  -webkit-transform: scale(0.5) translate(-100%,-100%);
  transform: scale(0.5) translate(-100%,-100%);
}

.stack-cornergrid.active img:first-child {
  -webkit-transform: scale(0.5) translate(0%,-100%);
  transform: scale(0.5) translate(0%,-100%);
}

.stack-cornergrid img:nth-child(4) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.stack-cornergrid.active img:nth-child(4) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Coverflow */
.stack-coverflow {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.stack-coverflow img { /* fixes Chrome 35.0.1916.114 issue (snaps back to translated state) */
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0);
}

.stack-coverflow.active img:nth-child(3) {
  -webkit-transform: translateZ(-300px) translateX(-20%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(-20%) rotateY(-45deg);
}

.stack-coverflow.active img:first-child {
  -webkit-transform: translateZ(-300px) translateX(20%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(20%) rotateY(-45deg);
}

.stack-coverflow.active img:nth-child(2) {
  -webkit-transform: translateZ(-300px) rotateY(-45deg);
  transform: translateZ(-300px) rotateY(-45deg);
}

/* leaflet */
.stack-leaflet {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}

.stack-leaflet img {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.stack-leaflet.active img:nth-child(4) {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}

.stack-leaflet.active img:nth-child(2) {
  -webkit-transform: rotateX(25deg);
  transform: rotateX(25deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.stack-leaflet.active img:nth-child(3) {
  -webkit-transform: rotateX(35deg);
  transform: rotateX(35deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* Vertical Spread */
.stack-vertspread.active img:nth-child(4) {
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}

.stack-vertspread.active img:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.stack-vertspread.active img:nth-child(2) {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* Vertical Elastic Spread */
.stack-vertelastic img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.stack-vertelastic.active img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
}

.stack-vertelastic.active img:nth-child(4) {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}

.stack-vertelastic.active img:nth-child(2) {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.stack-vertelastic.active img:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

/* Fan */
.stack-fan img {
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
}

.stack-fan.active img:nth-child(4) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.stack-fan.active img:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.stack-fan.active img:nth-child(3) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

/* Queue */
.stack-queue {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.stack-queue.active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.stack-queue img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

.stack-queue.active img:first-child {
  -webkit-transform: scale(.7);
  transform: scale(.7);
}

.stack-queue.active img:nth-child(2) {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.stack-queue.active img:nth-child(3) {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
