/* Mobile Final CTA: retain the desktop artwork composition, but reserve its
   full visual height in normal document flow before the copy begins. */
@media (max-width:800px){
  .launch-report-stack{
    height:260px;
    margin:0 0 30px;
    transform:scale(.75);
    transform-origin:left top;
  }

  .launch-cta-copy{
    position:relative;
    z-index:0;
  }
}

@media (max-width:430px){
  .launch-report-stack{
    height:245px;
    margin-bottom:32px;
    transform:scale(.70);
  }
}
