/* TURE Collection 6.9.14 — focused release fixes. */

/* Keep the single clearance already supplied by the fixed navigation band. */
html body.bt-page.ture-site.ture-internal-page main#content-start{
  padding-top:0!important;
}

/* Imaginary Friends desktop only: replace the crop introduced by the
   checkerboard layout. Mobile already shows every photograph correctly. */
@media(min-width:761px){
  html body.ture-site .ture-imaginary-page .ture-imaginary-piece figure img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}

@media(min-width:961px){
  html body.ture-site .ture-imaginary-page .ture-imaginary-hero-media img,
  html body.ture-site .ture-imaginary-page .ture-standard-hero-media img{
    object-fit:contain!important;
    object-position:center center!important;
  }
}
