@media screen and (max-width: 768px) {
  #maytag-dairy-farms-tag {
    width: 85%;
    max-width: 100px;
    display: block;
    margin: auto;
  }

  /* body {
    max-width: 100vw;
    overflow-x: hidden;
  } */
  #spoon {
    width: 300px;

    top: 40%;
    left: 60%;

    display: none;
  }
  header {
    width: 100%;
    margin-top: 250px;
  }
  header div {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  #maytag-mead-type {
    position: relative;
    display: block;
    width: 75%;
    left: 10%;
    margin-bottom: 5%;
  }

  #buzzing-with-history-type {
    position: relative;
    display: block;
    width: 80%;
    left: 5%;
  }

  #the-incomparable-maytag-mead p:not(#The-incomparable-Maytag-Mead) {
    width: 100%;
  }

  #the-incomparable-maytag-mead {
    width: 100%;
  }

  #The-incomparable-Maytag-Mead {
    width: 100%;
  }

  #the-incomparable-maytag-mead div {
    width: 100%;
  }

  .parallax {
    padding: 2rem 0;
  }
  #mead-bottle-left {
    position: static;
    top: 0;
    width: 80%;
    animation: slide-up 16s infinite;
    animation-fill-mode: both;
    transition: 3s;
  }

  #comb1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 1s;
    top: 400px;
    animation: slide-up-2 6s infinite;
    animation-fill-mode: both;
  }

  #bee1 {
    width: 30%;
    position: absolute;
    top: 200px;
    left: auto;
    right: 5%;
    bottom: 0;
    transition: 1s;
    animation: slide-up-2 6s infinite;
    animation-fill-mode: both;
  }
  #bee2 {
    width: 30%;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 50px;
    transition: 1s;
    animation: slide-up-2 6s infinite;
    animation-fill-mode: both;
  }

  #the-incomparable-maytag-mead p:not(#The-incomparable-Maytag-Mead) {
    font-size: 1.5rem;
    width: 70%;
    margin: auto;
    max-width: 420px;
  }
  #the-incomparable-maytag-mead {
    position: relative;
    padding: 5rem 0;
  }
  #The-incomparable-Maytag-Mead {
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
    text-align: center;
  }

  #info {
    color: #003057;
    font-size: 1.2rem;
    max-width: 275px;
    margin: 3rem auto;
  }

  #parallax {
    padding: 2rem 0;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  #mead-bottle-right {
    width: 70%;
  }

  #comb2 {
    width: 60%;
    position: absolute;
  }

  #bee3 {
    position: absolute;
    width: 30%;
    right: 12px;
  }
  #bee5 {
    position: absolute;
    width: 30%;
    max-width: 136px;
    right: 105px;
    bottom: 125px;
  }

  #gallery {
    position: relative;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
  }
  #gallery > div {
    width: 100%;
  }
  #gallery img {
    margin: auto;
    position: unset;
    display: block;
    height: auto;
    width: auto;
    border: 0.5rem solid white;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.5);
    transition: 1s;
    max-width: 80%;
    box-sizing: border-box;
  }
  #gallery img:first-child {
    transform: rotate(-7deg);
    /* left: 5%; */
    z-index: 2;
  }

  #gallery img:nth-child(2) {
    /* left: 20%; */
    transform: rotate(4deg);
    z-index: 1;
  }
  #gallery img:nth-child(3) {
    transform: rotate(-5deg);
  }

  #gallery img:nth-child(4) {
    /* right: 15.5%; */
    transform: rotate(-3deg);
    z-index: 1;
  }

  #gallery img:last-child {
    /* right: 2.5%; */
    transform: rotate(6deg);
    z-index: 0;
  }

  footer img {
    max-width: 95%;
  }
  footer {
    font-style: italic;
    /* font-size: 1.2rem; */
    color: white;
    text-align: center;
    padding: 3rem 0;
    font-size: 1.5rem;
  }

  #info {
    font-size: 1.5rem;
  }
}
