.lh-taco-scroll {
  --lh-copy-width: 490px;
  --lh-copy-left: 80px;
  --lh-copy-top: 50%;
}

.lh-taco-scroll__copy {
  left: var(--lh-copy-left) !important;
  right: auto !important;
  top: var(--lh-copy-top) !important;
  width: var(--lh-copy-width) !important;
}

@media (max-width: 700px) {
  .lh-taco-scroll {
    --lh-copy-width: calc(100% - 44px);
    --lh-copy-left: 22px;
    --lh-copy-top: 16%;
  }

  .lh-taco-scroll__copy {
    transform: none;
  }
}
