/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.ProjectLink {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.SlipHoverTitle {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  text-align: left; }
  .SlipHoverTitle p {
    width: 90%;
    color: white; }
  .SlipHoverTitle h4 {
    width: 100%;
    color: white;
    display: block;
    margin-top: 0px;
    margin-bottom: .5rem; }

.SlipHoverStrap {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  font-size: .9em; }
  .SlipHoverStrap span.tags {
    background: rgba(0, 0, 0, 0.2);
    padding: .38rem .7rem .46rem;
    font-size: .85em;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
  position: relative; }

.no-touch .touchOnly {
  display: none; }

.touch .touchOnly {
  display: block; }
