/* Keep each scaled desktop preview to the visible hero and trust strip. */
.portfolio-browser{inset:1rem 1rem auto;z-index:0;aspect-ratio:16/10;height:auto}
.portfolio-item>:not(.portfolio-browser){position:relative;z-index:1}

@media(max-width:760px){
  .portfolio-item{min-height:30rem}
  .portfolio-browser{inset:1rem 1rem auto;height:calc((100vw - 5.5rem) * .625);aspect-ratio:auto}
}
