@media screen and (orientation: landscape) and (min-width: 1024px) {
  #poster-open {
    width: auto;
    height: 70%;
  } 

  #poster-folded {
    width: auto;
    height: 70%;
  }

  #prosess {
    width: auto;
    height: 60%;
  }
}

@media screen and (orientation: portrait), (orientation: landscape) and (max-width: 1023px) {
  #prosess {
    left: 0%;
    transform: translate(0%);
    width: 80%;
    height: auto;
  }
}