@charset "UTF-8";
/* CSS Document */

body,html{
  width: 100%;
  height: 100%;
}

#popup{
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  #popup img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
  }
}