/* Keep the luxury frame on the copy panel, away from the hero photography. */
@media (min-width:901px){
  .site-shell .hero:before{
    top:24px;
    right:24px;
    bottom:24px;
    left:calc(54% + 24px);
  }
}
@media (max-width:900px){
  .site-shell .hero:before{display:none}
}
