/* Trinity V48 — Current membership flyer + verified QR placement
   Keeps the selected portrait flyer responsive in both existing flyer locations
   and in the full-flyer modal without changing catalog/order functionality. */

body.trinity-storefront .tri-current-flyer-art{
  overflow:hidden;
}

body.trinity-storefront .tri-current-flyer-art img{
  display:block !important;
  width:min(100%, 760px) !important;
  max-width:100% !important;
  height:auto !important;
  max-height:none !important;
  margin:0 auto !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

body.trinity-storefront .footer-qr img{
  display:block !important;
  width:min(100%, 180px) !important;
  max-width:180px !important;
  height:auto !important;
  max-height:none !important;
  margin:12px auto !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

body.trinity-storefront .flyer-share-image img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  max-height:78vh !important;
  margin:0 auto !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

@media (max-width: 720px){
  body.trinity-storefront .tri-current-flyer-section{
    gap:20px;
  }

  body.trinity-storefront .tri-current-flyer-art img{
    width:100% !important;
  }

  body.trinity-storefront .footer-qr img{
    width:min(64vw, 190px) !important;
    max-width:190px !important;
  }

  body.trinity-storefront .flyer-share-image img{
    max-height:72vh !important;
  }
}
