html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.pn-image {
  position: absolute;
  top: 0;
}
.pn-image .pn-image-wrap {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.pn-image .pn-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.pn-image .pn-image-wrap .pn-banner {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #cacaca;
  cursor: default;
}
.pn-image .pn-image-wrap .pn-banner .pn-share, .pn-image .pn-image-wrap .pn-banner .pn-download, .pn-image .pn-image-wrap .pn-banner .pn-cart {
  float: right;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin: 5px;
  font-size: 18px;
  background: #979797;
  color: black;
  cursor: pointer;
}
.pn-image .pn-image-wrap .pn-banner .pn-caption {
  float: left;
  padding: 5px;
}
.pn-image .pn-image-wrap .pn-sidebar {
  position: absolute;
  display: none;
  height: 100%;
  right: 0;
  top: 0;
  width: 50px;
  color: #cacaca;
}
.pn-image .pn-image-wrap .pn-sidebar .pn-share, .pn-image .pn-image-wrap .pn-sidebar .pn-download, .pn-image .pn-image-wrap .pn-sidebar .pn-cart {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin: 5px;
  font-size: 18px;
  background: #979797;
  color: white;
  cursor: pointer;
}
.pn-image .pn-image-wrap .pn-sidebar .dashicons-facebook-alt {
  background: #4267B2 !important;
}
.pn-image .pn-image-wrap .pn-sidebar .dashicons-twitter {
  background: #1DA1F2 !important;
}

.pn-lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}
.pn-lightbox .pn-lightbox-topbar {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.pn-lightbox .pn-lightbox-topbar .pn-lightbox-close-button {
  padding: 9px 15px;
  border: solid 1px #a8a8a8;
  margin: 10px;
  border-radius: 20px;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.pn-lightbox .pn-lightbox-image-container {
  width: 100%;
}
.pn-lightbox .pn-lightbox-image-container {
  width: 100%;
}