@media (max-width: 1600px) {
  .actor-name {
    bottom: unset;
    top: 10px;
  }
}

@media (max-width: 1400px) {
  #info-container {
    flex-wrap: wrap;
    padding: 0 300px;
  }

  .info {
    flex: 1 0 80%;
  }

  .actor-name {
    bottom: 50px;
    top: unset;
  }
}

@media (max-width: 1300px) {
  /* #aimaff-stamp {
    left: 25px;
    top: 25px;
  }

  #film-festival-stamp {
    top: 5px;
    right: 25px;  
  } */

  #info-container {
    padding: 0 100px;
  }
  
  #nav-sub {
    display: none;
  }
}

@media (max-width: 900px) {
  #desktop-nav {
    display: none;
  }

  #mobile-nav {
    display: flex;
  }

  #life-on-purpose-logo {
    flex: 0 0 500px;
  }

  /* #aimaff-stamp {
    top: unset;
    bottom: -125px;
    left: 150px;
  }

  #film-festival-stamp {
    top: unset;
    bottom: -150px;
    right: 150px;
  } */
  
  .actor-image-container {
    flex: 1 0 80%;
  }
}

@media (max-width: 600px) {
  #info-container {
    padding: 0 15px;
  }

  #life-on-purpose-logo {
    flex: 0 0 300px;
  }

  #the-film-poster {
    float: none;
    width: 90%;
    margin-top: 1em;
  }

  /* #aimaff-stamp {
    left: 30px;
    bottom: -65px;
    width: 100px;
  }

  #film-festival-stamp {
    right: 20px;
    bottom: -90px;
    width: 150px;
  } */
}

@media (max-width: 500px) {
  #laurel-container > * {
    width: 150px;
  }

  #film-festival-stamp {
    width: 200px;
  }
}
