/* Start ic 15255 - Chris */ 

/* reduce space between gallery images on desktop only */
@media only screen and (min-width: 768px){

#content .image .image-wrap, #content .video .video-wrap {
  margin-bottom:-40px!important;
}

}

/* End ic 15255 - Chris */ 