@media only screen and (max-width: 1199.99px) and (min-width: 768.1px) {
  #bee5 {
    max-width: 120px;
    width: 30%;
    top: 352px;
    right: 25%;
    position: absolute;
  }
  #spoon {
    width: 500px;
    top: 200px;
    left: 67.5%;
  }
  #the-incomparable-maytag-mead {
    position: relative;
    max-width: 768px;
    width: 100%;
    color: white;
    margin: auto;
  }

  .wrapper {
    max-width: 768px;
    margin: auto;
  }

  header {
    /* min-height: calc(100vh - 300px); */
    margin-top: 400px;
    position: relative;
  }
  header .type {
    overflow: hidden;
    position: relative;
  }

  #maytag-mead-type {
    max-width: 700px;
    width: 30%;
    display: block;
    position: relative;
    animation-name: slide-in-1;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    transition: 2s;
    left: 27.5%;
  }

  #buzzing-with-history-type {
    max-width: 1000px;
    width: 47.5%;
    display: block;
    position: relative;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    transition: 2s;
    left: 30.5%;
    animation-name: slide-in-2;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
  }

  #mead-bottle-left {
    position: absolute;
    width: 25%;
    left: 5%;
    top: 0px;
    transition: 3s;
  }

  #maytag-dairy-farms-tag {
    max-width: 300px;
    display: block;
    margin: auto;
  }

  #the-incomparable-maytag-mead {
    background: #003057;
    padding: 5% 0;
    font-size: 1.2rem;
    color: white;
  }

  #the-incomparable-maytag-mead div {
    margin-left: 30%;
    margin-right: 5%;
  }
  #the-incomparable-maytag-mead p:not(#The-incomparable-Maytag-Mead) {
    padding-left: 0 2rem;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  #The-incomparable-Maytag-Mead {
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    /* padding: 0 -2rem; */
    /* white-space: nowrap; */
    margin: 1rem;
  }

  #comb1 {
    position: absolute;
    max-width: 400px;
    width: 20%;
    top: 400px;
    transition: 3s;
  }
  #bee1 {
    position: absolute;
    max-width: 150px;
    width: 20%;
    top: 10px;
    left: 12%;
    transition: 3s;
  }

  #bee2 {
    position: absolute;
    max-width: 150px;
    width: 20%;
    top: auto;
    bottom: 50%;
    left: 0%;
    transition: 3s;
  }

  /* #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;
  } */
  #comb2 {
    position: absolute;
    max-width: 400px;
    width: 20%;
    bottom: 150px;
    transition: 3s;
    right: 25%;
  }
  #bee3 {
    position: absolute;
    max-width: 150px;
    width: 20%;
    top: auto;
    bottom: 25px;
    right: 40%;
    transition: 3s;
  }

  #ba-mead-type {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  #info {
    color: #003057;
    font-size: 1.2rem;
    max-width: 400px;
    margin-top: 3rem;
    margin-left: 15%;
  }

  #info p {
    padding-left: 1rem;
    margin-bottom: 3rem;
  }

  #mead-bottle-right {
    position: absolute;
    width: 30%;
    right: 8%;
    bottom: 0px;
    transition: 3s;
  }
  #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;
  }
}
