@media (min-width: 1200px) {
  .tablet_container {
    position: absolute;
    padding: 6.6% 8.7% 6.2% 8%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.whole-tablet {
  position: relative;
}

.img-tablet {
  width: 100%;
}

@media (min-width: 1200px) {
  .screenContent {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
}
