/* Portrait phone art direction only; all other layouts retain v0.7. */
@media screen and (max-width:700px) and (orientation:portrait) {
 body.iml-preview .iml-scene .iml-tech-intro::before {
  background-image:url("tech-portrait.svg"),linear-gradient(110deg,#111c2280,#121b2260,#111c2280);
  background-size:100% 100%,cover;
  background-position:center;
  background-repeat:no-repeat;
 }
}
