@media only screen and (max-width: 868px) {
  .description {
    width: 92.5%;
    text-align: center;
    margin-bottom: 0;
  }
  .background-img {
    height: 100vh;
  }
  .container {
    position: absolute;
    top: 0;
    height: 100svh;
  }
  .logo {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  img {
    height: 100%;
    object-fit: cover;
  }
}
