/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.copyWrap {
  width: 100%;
  height: 100%;
  padding: 5rem 1rem 0 3rem;
  overflow: hidden !important; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .copyWrap {
    padding: 1rem; } }

.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; }
