/*
 * "Light" theme overrides
 * 
 */
.pswp__bg {
    background: #FFF;
}

.pswp__caption__center,
.pswp__button,
.pswp__counter,
.photo-credit {
  color: #181818;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(255,255,255, 0.7); }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(255,255,255, 0.7); }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: rgba(255,255,255, 0.7);
  background-image: url(light-skin.png);
}

.pswp__button {
  background-image: url(light-skin.png);
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background-image: none;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(light-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.missing-image p {
  color: black !important;
}
