.main-300x250 .main-container {
  height: 250px;
  width: 300px;
}

.main-300x250 .main-container.hide {
  left: -300px;
}

.main-300x250 .exit-background {
  height: 250px;
  width: 300px;
}

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

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

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

.main-300x250 .frame {
  left: 300px;
}

.main-300x250 .frame p {
  padding: 0 5px;
  width: 300px;
}

.main-300x250 .frame p:last-child {
  top: 81px;
}

.main-300x250 .frame p:first-child {
  top: 63px;
}

.main-300x250 .frame p:first-child:last-child {
  top: 73px;
}
/* END - FRAMES BLOCK */

/* BEGIN - TITLE BLOCK */
.main-300x250 .title {
  top: 38px;
  width: 100%;
}

.main-300x250 .legal-open {
  bottom: 25px;
}
/* END - TITLE BLOCK */
