.main-160x600 .main-container {
  height: 600px;
  width: 160px;
}

.main-160x600 .main-container.hide {
  left: -160px;
}

.main-160x600 .exit-background {
  height: 600px;
  width: 160px;
}

/* BEGIN - FRAMES BLOCK */
.main-160x600 .main-container.animation .frame {
  -webkit-animation-name: animated-frame-common;
          animation-name: animated-frame-common;
}

.main-160x600 .main-container.animation .frame:last-child {
  -webkit-animation-name: slide-in-common;
          animation-name: slide-in-common;
}

.main-160x600 .main-container.animation .frame p:nth-child(2) {
  -webkit-animation-name: slide-in-common;
          animation-name: slide-in-common;
  left: 300px;
}

.main-160x600 .frame {
  left: 300px;
}

.main-160x600 .frame p {
  padding: 0 5px;
  width: 158px;
}

.main-160x600 .frame p:last-child {
  top: 220px;
}

.main-160x600 .frame p:first-child {
  top: 170px;
}
/* END - FRAMES BLOCK */

/* BEGIN - TITLE BLOCK */
.main-160x600 .title {
  top: 100px;
  width: 100%;
}
/* END - TITLE BLOCK */
