.fit-cover {
  object-fit: cover;
}

@keyframes parallax {
  0% {
    width: 100%;
  }
  20% {
    width: 140%;
  }
}

