@media (max-width: 75em) {
  .om-mig {
    width: 15rem;
  }

  .bio,
  .instagram,
  .linkedin {
    width: 15rem;
    font-size: 1.4rem;
    border: none;
  }

  .bio:hover,
  .bio-text {
    width: 25rem;
  }

  .bio:active {
    background-color: red;
  }

  .om-mig-text,
  .pil-namn {
    font-size: 1.6rem;
  }

  .skills {
    margin: 0 6rem 0 6rem;
  }
}

@media (max-width: 30em) {
  body {
    font-size: 1.8rem;

    overflow: auto;
  }

  .hero {
    height: auto;
  }

  .mobile-header {
    display: flex;
    flex-direction: column;
    height: 10rem;
    overflow: hidden;
    text-decoration: underline;
    color: white;
  }

  .mobile-header-clicked {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: auto;
    text-decoration: none;
  }

  .mobile-header-small {
    display: flex;
  }

  .portrait-mobile {
    display: inline;
    width: 8rem;
    height: 8rem;
    margin: 2rem;
    border-radius: 1000px;
    filter: grayscale(1) contrast(1.1);
  }

  .om-mig {
    display: none;
    flex-direction: row;
    /* align-items: center; */
    width: auto;
  }

  /* .pil-ikon .pil {
    filter: opacity(0);
    width: 0;
  }

  .some-container {
    border: none;
  }

  .om-mig-text {
    width: 15rem;
    border: none;
  } */

  .showreel {
    /* height: auto;
    padding: none;
    margin: none; */
  }

  .all-skills {
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: 0;
  }

  .skills {
    display: none;
    /* border-radius: 0;
    width: auto;
    margin: 0;
    height: 30rem;
    padding: 10rem 10rem 70rem 10rem;
    color: white; */
  }

  .skills-mobil {
    display: flex;
    flex-direction: column;
    color: white;
    padding: 0 4rem;
    margin-top: 10rem;
  }

  .skill-text {
    padding-top: 2rem;
    padding-bottom: 5rem;
    width: 30rem;
  }
}
