.pl-sn-popshot .pl-sn-pad {
  padding: 0;
}
.the-popshot-wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
  text-align: center;
}
.the-popshot-wrap .shelf-shadow {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 500;
}
.the-popshot-wrap .popshot,
.the-popshot-wrap.format-border .popshot {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 0;
}
.the-popshot-wrap .popshot[href]:hover,
.the-popshot-wrap.format-border .popshot[href]:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px 0;
}
.the-popshot-wrap.format-nostyle .popshot {
  border: none;
}
.the-popshot-wrap.format-browser .browser-btns {
  display: block;
}
.the-popshot-wrap.format-browser .popshot {
  background: #f7f7f7;
  padding: 20px 0 0;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 #fff, rgba(0, 0, 0, 0.1) 0 0 15px 0;
  border: none;
}
.the-popshot-wrap.format-browser .popshot img {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.the-popshot-wrap .browser-btns {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
}
.the-popshot-wrap .browser-btns > span {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.the-popshot-wrap .browser-btns > span.bbtn-green {
  background: #a3f439;
}
.the-popshot-wrap .browser-btns > span.bbtn-red {
  background: #ff4d3b;
}
.the-popshot-wrap .browser-btns > span.bbtn-orange {
  background: #ffba3b;
}
.the-popshot-wrap.format-frame .popshot {
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 4px 0 4px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.the-popshot-wrap .popshot {
  display: block;
  max-height: 100%;
  bottom: -5px;
  position: absolute;
  z-index: 10;
  left: 50%;
}
.the-popshot-wrap .popshot[href]:hover {
  padding-bottom: 10px;
}
.the-popshot-wrap .popshot.popshot-0 {
  margin-left: -22vw;
  z-index: 11;
}
.the-popshot-wrap .popshot.popshot-0 .popshot-image {
  height: 30vw;
  width: 45vw;
}
.the-popshot-wrap .popshot.popshot-1 {
  margin-left: -45vw;
}
.the-popshot-wrap .popshot.popshot-1 .popshot-image {
  height: 25vw;
  width: 35vw;
}
.the-popshot-wrap .popshot.popshot-2 {
  margin-left: 10vw;
}
.the-popshot-wrap .popshot.popshot-2 .popshot-image {
  height: 25vw;
  width: 35vw;
}
