.hidden {
  display: none;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}
.fancybox-bg {
    background: #000;
}
.fancybox img {
  width: 100%;
}
.cc_photo_gallery {
  margin-bottom: 30px;
  position: relative;
}
.cc_photo_gallery_label {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.65);
  font-family: montserrat, sans-serif;
  color: #fff;
  padding: 15px;
  display: inline-block;
  pointer-events: none;
}
.cc_photo_gallery:hover .cc_photo_gallery_label {
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.9);
  color: #d09d1e;
}
.cc_photo_gallery_label span {
  color: #999;
  font-size: 0.7rem;
}
.fancybox-caption-wrap {
  background: none;
  padding: 0;
}
.fancybox-caption {
    font-size: 1.1rem;
    font-family: "montserrat", sans-serif;
    border: none;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
  }
 .cc-gallery-credit {
     font-size: 0.7rem;
     font-style: italic;
 }
@media all and (min-width: 720px) {
  .cc-minwidth-720 .fancybox-caption {
    opacity: 0; 
  }  
  .cc-minwidth-720 .fancybox-slide--complete .fancybox-caption {
    transition: opacity 0.5s;
    opacity: 1;
  }
}

@media all and (min-width: 1620px) {
  .fancybox-caption {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

.fancybox-button--pause {
  border: none;
}
.fancybox-button--pause .fa-play {
  display: none;
}
.fancybox-button--pause .fa-pause {
  display: inline-block !important;
}
.fancybox-arrow:after {
    background-image: url('https://www.coloradocollege.edu/global/images/2017/fa-arrow.svg');
}

@media all and (max-width: 540px){
  .cc_photo_gallery_label {
    position: relative;
    bottom: 35px;
    left: 0px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .75);
  }
}
@media all and (max-width: 800px){
  .fancybox-button--cc-thumbs {
    display: none;
  }
}
.fancybox-thumbs>ul>li:before {
    border: 4px solid rgb(208, 155, 44);
}
