@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
    align-items: center;
  }

  .showcase-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo img {
    width: 150px;
  }

  .clients-content {
    justify-content: center;
    align-items: center;
  }
  .privacy-policy-hr {
    width: 75%;
    margin-bottom: 40px;
  }

  #contact {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service-poster {
    margin-top: 140px;
  }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
  .video-text h1 {
    font-size: 1.75rem;
  }

  .video-text p {
    font-size: 0.9rem;
  }

  main {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  h2 {
    font-size: 24px;
  }

  hr {
    width: 75%;
  }

  .customer-logos {
    padding: 15px 0;
  }

  .client-item {
    padding: 10px;
  }

  #myvidoo {
    width: 100%;
    height: 100%;
  }
  .service-poster {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  nav {
    width: 95%;
  }

  #poster {
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh;
  }

  .video-container {
    height: 100%;
  }

  .overlay-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-text {
    text-align: center;
    margin: 0 auto;
  }

  .video-text h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .video-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .learn-more {
    width: 150px;
    padding: 8px;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
  }

  hr {
    width: 50%;
  }

  .privacy-policy-hr {
    width: 100%;
    margin-bottom: 40px;
  }
  #contact {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row {
    display: block;
  }
  .contact-message {
    width: 100%;
    margin: auto;
  }
  .contact-info {
    width: 100vw;
    margin: auto;
  }

  .video-text {
    max-width: 100%;
  }
  .service-poster {
    margin-top: 140px;
  }
}
