.photo-lightbox {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto; }
  .photo-lightbox img {
    display: block; }
  .photo-lightbox .icon--zoom {
    fill: #FFFFFF;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px; }
    @media (min-width: 48em) {
      .photo-lightbox .icon--zoom {
        bottom: 8px;
        left: 8px; } }
  @media (min-width: 48em) {
    .photo-lightbox.photo-lightbox--half {
      width: 50%; } }

.photo-lightbox__trigger {
  position: relative;
  display: inline-block;
  width: 100%; }

.photo-lightbox__caption {
  font-size: 14px;
  color: #08107B;
  line-height: normal;
  text-align: left; }
  .photo-lightbox__caption * {
    color: #08107B; }

.orchard-cbox#colorbox {
  border-radius: 4px;
  background: #FFFFFF; }

.orchard-cbox #cboxBottomLeft,
.orchard-cbox #cboxBottomCenter,
.orchard-cbox #cboxBottomRight {
  height: 0; }

.orchard-cbox #cboxContent {
  margin: 0.5em; }

.orchard-cbox #cboxClose {
  top: -1.5em;
  right: -1.5em;
  background: url("../assets/fancybox_sprite@2x.png");
  height: 36px;
  width: 36px;
  background-position: 0 0;
  background-size: 44px 152px; }
  .orchard-cbox #cboxClose:hover {
    background-position: 0 0; }
