@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .top {
    height: 2rem;
  }

  .left,
  .right {
    width: 2rem;
  }

  .bottom {
    height: 2rem;
  }

  header li {
    font-size: 1rem;
  }

  .edu,
  .garden {
    padding-left: 8%;
    padding-top: 0.35rem;
  }

  .about,
  .workflow {
    padding-right: 0.65%;
  }

  .about {
    padding-top: 5rem;
  }

  /*.home exists at process and about pages*/
  .home {
    padding-top: 5rem;
    padding-right: 0.65%;
  }

  .workflow {
    padding-top: 12rem;
  }

  .container {
    position: relative;
    display: block;
    width: 65%;
    height: auto;
    margin: 0 auto;
    top: 4rem;
  }

  h1 {
    font-weight: normal;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }

  .cap,
  .cap2 {
    font-weight: bold;
  }

  .explain {
    position: relative;
    text-align: center;
    width: 100%;
    color: black;
  }

  .explain h2 {
    font-size: 2rem;
  }

  .explain p {
    font-size: 1.2rem;
    line-height: 140%;
    margin-top: -0.5rem;
  }

  .issues {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .issues > div {
    width: 100%;
    height: auto;
    padding-bottom: 2.5rem;
  }

  .i1 a,
  .i2 a,
  .i3 a,
  .i4 a,
  .i5 a {
    text-decoration: none;
    color: black;
  }

  .issues img {
    width: 100%;
    height: auto;
    padding: 1rem;
    border: dashed black 1px;
    box-shadow: 1px 1px 10px 8px #4395de;
  }

  .issues p:hover {
    display: none;
  }

  .i1 p,
  .i2 p,
  .i3 p,
  .i4 p,
  .i5 p {
    position: absolute;
    display: inline-block;
    background: linear-gradient(#2b2d42 0 0) top/100% calc(100% - 10px)
        no-repeat,
      radial-gradient(circle farthest-side, #2b2d42 98%, #0000)
        bottom/calc(1.85 * 30px) 80px repeat-x;
    opacity: 0.9;
    left: 2rem;
    width: 95.5%; /*71.5*/
    height: 5.5rem;
    padding-top: 3rem;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: underline;
    color: white;
    z-index: 3;
  }

  .i1 p {
    top: 0.8rem;
  }

  .i2 p {
    top: 20.1%;
  }

  .i3 p {
    top: 38.8%; /*from now on i should use %, not rem*/
  }

  .i4 p {
    top: 58.7%; /*from now on i should use %, not rem*/
  }

  .i5 p {
    top: 78.2%;
  }

  /*.issue3, .issue4. .issue5, .issue6, .issue7, .issue8, .issue9*/
}
