@media(max-width:800px){
  .trajectory-hero{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:1440/496;
    background:#c8ead8;
  }
  .trajectory-slider{
    inset:0;
    clip-path:none;
  }
  .trajectory-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
  }
  .trajectory-copy{
    left:3.5%;
    top:50%;
    width:35%;
    transform:translateY(-50%);
  }
  .trajectory-dots{
    right:3%;
    bottom:7px;
    gap:5px;
  }
  .trajectory-dots button{
    width:7px;
    height:7px;
    border-width:1px;
  }
}

