/* Smartphone portrait-only subpage hero override.
   Purpose: keep Steve's face and guitar visible on phone portrait screens.
   This file affects only subpage .page-hero backgrounds on portrait screens <= 768px wide.
*/
@media (max-width:768px) and (orientation:portrait){
  .page-hero{
    background:
      linear-gradient(90deg,rgba(8,8,8,.88),rgba(8,8,8,.45)),
      url("../images/hero-subpage.jpg") 72% 46% / cover no-repeat !important;
    background-position: 72% 46% !important;
  }
}
