/* SEC SCREEN */
#sec-screen {
  position: absolute;
  margin-top: 0vh !important;
  z-index: 5;
  background: #0d0d0d;
  width: 100vw;
  height: 82.2vh !important;
}
.showcase {
  z-index: 6;
  display: grid;
  margin: 0 auto;
  width: 90vw;
  background: #fff;
  grid-template-columns: 1fr 1fr;
  transition: 0.4s;
}
.pull {
  margin-top: -8vh;
}
.showcase__content {
  z-index: 6;
  background: #151515;
  border: none;
}
.showcase__image-one {
  width: 45vw;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* HOME_CODE */

#sec-screen-home {
  position: relative;
  margin-top: 0vh !important;
  z-index: 5;
  background: #0d0d0d;
  width: 100vw;
  height: fit-content !important;
  padding-bottom: 5vh;
  padding-top: 5vh;
}

.showcase-home {
  z-index: 6;
  display: grid;
  margin: 0 auto;
  width: 80vw;
  background: #714d35;
  grid-template-columns: 1fr;
  transition: 0.4s;
}

#expression-home {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  #sec-screen-home {
    width: 100vw;
    height: fit-content !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .showcase-home {
    width: 100vw;
  }
}
