.fancybox-caption {
  /*background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);*/
  background:none !important;
  padding-left:30px !important;
  padding-right:30px !important;
}

.fancybox-caption__body {overflow:hidden !important;}
/*fix horiz scroll on popover*/


.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #fff !important;
  text-decoration: none;
  font-family: "heebo", sans-serif;
  font-weight: 700;
  font-style: normal;
  /*font-size: 12px;*/
  font-style: normal;
  letter-spacing: 0.05rem;
}

.imgNumber {
  font-family: "heebo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
.imgNumber {
  font-size: 14px;
}
}

.fancybox-caption a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

/**-- Photography page --**/
.hidden {
    display: none;
}

.caption, .caption p {
  font-family: "heebo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:10px;
  line-height:1.2rem;
}
.zipdownloaditem { 
  color:#000; 
  font-family: "heebo", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-size:10px;
  padding-top: 11px;
}
@media (min-width: 374px) {
  .caption {
    font-size:12px;
  }
  .zipdownloaditem { 
    font-size:12px;
  }
}