/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	xxx
   - - - - - - - - -
 */
#slides {
  height: 100%;
}
#slides img {
  height: 100%;
  width: 100%;
}
.bleed-caption {
  position: absolute;
  z-index: 999;
  bottom: 3rem;
  left: 1rem;
  color: white;
  font-size: 10px;
}
.bleed-caption span {
  background: rgba(0, 0, 0, 0.4);
  padding: .3rem .5rem;
}
.bleed-caption .noleftpad {
  padding-left: 0px;
}
.bleed-caption .norightpad {
  padding-right: 0px!important;
}
.bleedGallery footer {
  display: none;
}
/*# sourceMappingURL=Projects_bleed.css.map */