ul.gallery.no-bullet {
  line-height: 1.5em;
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style-image: none;
  clear: both;
}

.gallery li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gallery img {
  width: 100%;
}

.gallery img,
.gallery i  {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

figure {
  position: relative;
  margin: 0;
  padding: 0;
}

figure a {
   outline: 0;
}

a.lightbox,
.card-image-container a {
  display:block;
  position: relative;
}

.launch {
  background-color: #333333;
  background-color: rgba(0,0,0,.75);
  background-repeat: no-repeat;
  background-position: center; 
  border-radius: 3px;
  bottom: 1em;
  color: #FFFFFF;
  left: 1em;
  opacity: .7;
  padding: .5em;
  position: absolute;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.launch.ss-teaser {
  bottom: 1.75em;
  left: 1.5em;
  padding: 1em;
}

a.lightbox:hover .launch {
  opacity: 0.95;
}

.launch .icon-popup {
  background-image: url(../images/slideshow-indicator.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  height: 1.313em;
  margin-right: .25em;
  vertical-align: middle;
  width: 1.375em;
}

.image-meta {
  position: relative;
  padding: .25em 0 .5em 0;
  word-wrap: break-word;
  line-height: 1.2em;
  min-height:1.4em;
}

.attribution {
  font-size: 11px;
  font-style: italic;
  margin:.3em 0;
}

.credit {
  font-style:italic;
}

.agency {
  font-style:italic;
}

.gallery .counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size:.9em;
}

.mfp-bg {
  opacity:.9;
}

.mfp-title {
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2) {

  .mfp-title {
    line-height: 1.25;
  }

  .mfp-title .mfp-counter {
    font-size: .7rem;
  }

  .mfp-title .credit,
  .mfp-title .agency {
    font-size: .7rem;
  }
}