.gallerycontent * {
    box-sizing: border-box;
}

.gallerycontent {
    width: 100%;
    height: auto;
    /* overflow: auto; */
}

.gallerycontent>.item img {
    width: 100%;
    height: auto;
    display: block;
}

.gallerycontent>.item, .gallerycontent>.space {
    float: left;
}

.gallerycontent>.item a:hover {
    text-decoration: none;
}

.gallerycontent>.item figcaption {
    display: inline-block;
    padding-top: 0.5em;
    font-size: .55em;
    line-height: 1.3em;
    font-weight: 100;
}

.gallerycontent .item .title {}

.gallerycontent .item .desc {
  font-size:5pt!important;
  display:none;
}

/* column layouts */
.gallerycontent.colcount-1 .space,
.gallerycontent.colcount-3 .space:nth-child(3n),
.gallerycontent.colcount-2 .space:nth-child(4n),
.gallerycontent.colcount-4 .space:nth-child(8n),
.gallerycontent.colcount-5 .space:nth-child(10n),
.gallerycontent.colcount-6 .space:nth-child(12n),
.gallerycontent.colcount-7 .space:nth-child(14n),
.gallerycontent.colcount-8 .space:nth-child(16n) {
    float: none;
    clear: both;
}


.otto {
  position: relative!important;
}
a.lightbox {
  position: relative;
}
.lb-caption {
font-family: 'Open Sans', arial, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: 13px;
  color:#fff;
  background-color:#000;
  text-align:center;
  width:100%;
}
