@media only screen and (max-width: 1100px) {
  /* SEC SCREEN */
  .showcase {
    height: 60vh;
  }
  .showcase__content {
    height: 60vh;
  }
  .showcase__image-one {
    height: 60vh;
  }
  .showcase__overlay {
    height: 60vh;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 56px !important;
  }
  @keyframes size-inc {
    from {
      font-size: 47px;
      opacity: 0;
    }
    to {
      font-size: 56px;
      opacity: 1;
    }
  }
  .slide-content {
    top: 28vh;
  }
  .arrow {
    width: 40px;
  }
  #arrow-left {
    margin-left: 0;
  }
  #arrow-right {
    padding-left: 1.2vw;
    margin-right: 0vw;
  }
  #btn > a {
    margin-top: -38vh;
  }
  /* SEC SCREEN */
  .showcase {
    grid-template-columns: 1fr;
    border: none;
    width: 100%;
    background: #151515;
  }
  .showcase__content {
    width: 100%;
    padding-bottom: 0vh;
    height: 70vh;
    background: #0d0d0d;
  }
  .showcase__image-one {
    width: 100vw;
    height: 110vh;
  }
  .showcase__overlay {
    margin-left: 0;
    margin-top: 70vh;
    width: 100%;
  }
  .home-con {
    background: url("../ASSETS/expressionRight.jpg");
    width: 45vw;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 600px) {
  .slide-content {
    top: 28vh;
  }
  h1 {
    font-size: 56px !important;
  }
  .arrow {
    width: 40px;
  }
  #arrow-left {
    margin-left: 0;
  }
  #arrow-right {
    border-right: 2px solid #fff;
    padding-left: 4vw;
    right: 0;
  }
  #btn_a {
    margin-top: -50vh !important;
  }
  /* SEC SCREEN */
  #sec-screen {
    height: fit-content !important;
  }
  .showcase {
    grid-template-columns: 1fr;
    border: none;
    width: 100vw;
    height: 100vh;
    background: #151515;
  }
  .showcase__content {
    width: 100%;
    padding-bottom: 0;
  }
  .showcase__image-one {
    width: 100vw;
    height: 50vh;
  }
  .home-con {
    width: 100vw;
    height: 50vh;
  }
  @keyframes size-inc {
    from {
      font-size: 36px;
      opacity: 0;
    }
    to {
      font-size: 56px;
      opacity: 1;
    }
  }
  #in-between {
    height: fit-content;
    padding-bottom: 5vh;
  }
}
