/* Initial Positions for theme elements */

.rosies-premiere-theme #rosies-premiere .title-block.init-state #titleLogo,
.rosies-premiere-theme #rosies-premiere .title-block.init-state #date,
.rosies-premiere-theme #rosies-premiere .characters.init-state #gatita-two {
  top: -2000px;
}
.rosies-premiere-theme #rosies-premiere .characters.init-state #rosie-one,
.rosies-premiere-theme #rosies-premiere .characters.init-state #rosie-three,
.rosies-premiere-theme #rosies-premiere .characters.init-state #combo-four {
  right: -2000px;
}
.rosies-premiere-theme #rosies-premiere .characters.init-state #gatita-one,
.rosies-premiere-theme #rosies-premiere .characters.init-state #rosie-two,
.rosies-premiere-theme #rosies-premiere .characters.init-state #gatita-three {
  left: -2000px;
}

.rosies-premiere-theme #titleLogo,
.rosies-premiere-theme #date,
.rosies-premiere-theme #rosie-one,
.rosies-premiere-theme #gatita-one,
.rosies-premiere-theme #rosie-two,
.rosies-premiere-theme #gatita-two,
.rosies-premiere-theme #rosie-three,
.rosies-premiere-theme #gatita-three,
.rosies-premiere-theme #combo-four {
  -webkit-transition-property: top, bottom, left, right, opacity, scale;
  -moz-transition-property: top, bottom, left, right, opacity, scale;
  -ms-transition-property: top, bottom, left, right, opacity, scale;
  -o-transition-property: top, bottom, left, right, opacity, scale;
  transition-property: top, bottom, left, right, opacity, scale;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* Headband override */
body.rosies-premiere-theme {
  background: #2fc0eb;
}
#headband-container #parents-message-bar,
body.rosies-premiere-theme div#headband-container,
body.rosies-premiere-theme div#headband-container #parents-message-bar .parents-message .more-toggle {
  background-color: #1ba0c7;
}
body.rosies-premiere-theme div#headband-container .headband-nav {
  background-color: #2aaed4;
}
body.rosies-premiere-theme div#headband-container a,
body.rosies-premiere-theme div#headband-container .headband-nav .nav-item a,
body.rosies-premiere-theme div#headband-container #parents-message-bar .parents-message,
body.rosies-premiere-theme div#headband-container #headband-user-block {
  color: #fff;
}
body.rosies-premiere-theme div#headband-container #parents-message-bar .for-parents-badge:after {
  border-left-color: #ffffff;
}
body.rosies-premiere-theme #headband-container .headband-nav .nav-item.settings button[data-action=settings-trigger] {
  background-position: 2px 50% !important;
}
/* Loaded Theme Styles */
.rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
  margin-bottom: 0px;
  background: url('../images/bg.jpg') #c7e2f3;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0px;
  position: absolute;
}
.rosies-premiere-theme .scroll-panel.theme-section #theme-stage a {
  width: 100%;
  height: 100%;
  display: block;
}
.rosies-premiere-theme #rosies-premiere {
  position: absolute;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  bottom: 0;
  top: 0;
}
.rosies-premiere-theme .title-block,
.rosies-premiere-theme .characters {
  width: 850px;
  height: 406px;
  background-size: 100%;
  position: absolute;
  bottom: 275px;
  right: -314px;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.rosies-premiere-theme .character-stage {
  position: absolute;
}
.rosies-premiere-theme #titleLogo {
  left: -430px;
  max-width: 470px;
  top: -40px;
  z-index: 4;
}
.rosies-premiere-theme #date {
  left: -366px;
  max-width: 381px;
  top: 170px;
  z-index: 3;
}

.rosies-premiere-theme #rosie-one {
  right: 100px;
  bottom: -295px;
  max-width: 500px;
  z-index: 1;
}
.rosies-premiere-theme #gatita-one {
  left: -520px;
  bottom: -450px;
  max-width: 430px;
  z-index: 2;
}

.rosies-premiere-theme #rosie-two {
  left: -350px;
  bottom: -279px;
  max-width: 493px;
  z-index: 1;
}
.rosies-premiere-theme #gatita-two {
  right: -80px;
  top: -260px;
  max-width: 384px;
  z-index: 2;
}

.rosies-premiere-theme #rosie-three {
  right: 50px;
  bottom: -279px;
  max-width: 507px;
  z-index: 1;
}
.rosies-premiere-theme #gatita-three {
  left: -670px;
  bottom: -91px;
  max-width: 470px;
  z-index: 2;
}

.rosies-premiere-theme #combo-four {
  right: -110px;
  bottom: -281px;
  width: 892px;
  z-index: 2;
}

.rosies-premiere-theme .character-stage .character,
.rosies-premiere-theme .character-stage .text-info {
  width: 100%;
}

/* Media Queries */

@media only screen and (min-width: 1601px) {
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 116%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -220px;
  }
  .rosies-premiere-theme #date {
    top: -16px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -175px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -320px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -189px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 30px;
    top: -547px;
  }
  .rosies-premiere-theme #combo-four {
    right: -100px;
    bottom: -91px;
  }
}
@media only screen and (max-width: 1600px) {
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 134%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -210px;
  }
  .rosies-premiere-theme #date {
    top: -6px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -175px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -490px;
    bottom: -320px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -209px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 100px;
    top: -549px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -139px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -470px;
    bottom: -131px;
  }
  .rosies-premiere-theme #combo-four {
    right: 20px;
    bottom: -121px;
  }
}
@media only screen and (max-width: 1380px) {
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 180%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -290px;
    left: -170px;
  }
  .rosies-premiere-theme #date {
    top: -86px;
    left: -106px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -195px;
    right: 140px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -360px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -169px;
    left: -220px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 160px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 190px;
    max-width: 487px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -340px;
    max-width: 440px;
  }
  .rosies-premiere-theme #combo-four {
    right: 190px;
    width: 772px;
  }
}
@media only screen and (max-width: 1025px) {
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 244%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -250px;
    left: -200px;
  }
  .rosies-premiere-theme #date {
    top: -45px;
    left: -136px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -205px;
    right: 250px;
    max-width: 460px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -240px;
    bottom: -290px;
    max-width: 390px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -130px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 230px;
    top: -571px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 270px;
    max-width: 427px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -210px;
    max-width: 380px;
  }
  .rosies-premiere-theme #combo-four {
    right: 310px;
    width: 682px;
    bottom: -132px;
  }
}
@media only screen and (max-width: 775px) {
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 314%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -355px;
    left: 20px;
    max-width: 370px;
  }
  .rosies-premiere-theme #date {
    top: -191px;
    left: 64px;
    max-width: 300px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -55px;
    right: 360px;
    max-width: 372px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -150px;
    bottom: -210px;
    max-width: 320px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -90px;
    bottom: 121px;
    max-width: 383px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 344px;
    right: 313px;
    top: -548px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -165px;
    max-width: 320px;
    bottom: 179px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 370px;
    max-width: 357px;
    bottom: 91px;
  }
  .rosies-premiere-theme #combo-four {
    right: 394px;
    width: 485px;
    bottom: 98px;
  }
}
@media only screen and (max-width: 601px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 226%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 55px;
    left: 70px;
    max-width: 300px;
  }
  .rosies-premiere-theme #date {
    top: 199px;
    left: -86px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -205px;
    right: 420px;
    max-width: 282px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -90px;
    bottom: -195px;
    max-width: 230px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -30px;
    bottom: -179px;
    max-width: 343px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 333px;
    top: -128px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 410px;
    max-width: 317px;
    bottom: -169px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -123px;
    max-width: 280px;
    bottom: -101px;
  }
  .rosies-premiere-theme #combo-four {
    right: 404px;
    width: 485px;
    bottom: -177px;
  }
}
@media only screen and (max-width: 500px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 238%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #date {
    display: none;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -145px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -195px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -119px;
    max-width: 303px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 373px;
    top: -112px;
    max-width: 314px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -106px;
    max-width: 260px;
    bottom: -71px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 437px;
    max-width: 297px;
    bottom: -129px;
  }
  .rosies-premiere-theme #combo-four {
    right: 464px;
    width: 405px;
    bottom: -117px;
  }
}
@media only screen and (max-width: 480px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme #titleLogo {
    left: 90px;
    max-width: 270px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -79px;
    right: 500px;
    max-width: 202px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -75px;
    left: -50px;
    max-width: 190px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -38px;
    max-width: 223px;
    left: 10px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 413px;
    top: -83px;
    max-width: 260px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: 7px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -59px;
  }
  .rosies-premiere-theme #combo-four {
    right: 514px;
    width: 345px;
    bottom: -54px;
  }
}

@media only screen and (min-width: 1601px) and (max-height: 1200px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 110%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #gatita-two {
    top: -497px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 1200px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 128%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -360px;
  }
  .rosies-premiere-theme #date {
    left: -298px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -493px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 1200px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 172%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -150px;
    top: -280px;
  }
  .rosies-premiere-theme #date {
    left: -88px;
    top: -73px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -499px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 1200px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 232%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 430px;
    left: -210px;
    top: -180px;
  }
  .rosies-premiere-theme #date {
    max-width: 341px;
    left: -144px;
    top: 10px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 420px;
    right: 290px;
    bottom: -185px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 350px;
    left: -260px;
    bottom: -310px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -180px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -519px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 1200px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 841px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 300%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 350px;
    left: 60px;
    top: -301px;
  }
  .rosies-premiere-theme #date {
    max-width: 279px;
    left: -100px;
    top: -107px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 360px;
    right: 350px;
    bottom: 5px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 290px;
    left: -150px;
    bottom: 40px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -80px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -499px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: 159px;
  }
  .rosies-premiere-theme #combo-four {
    width: 535px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 231%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 300px;
    left: 70px;
    top: 59px;
  }
  .rosies-premiere-theme #date {
    max-width: 275px;
    left: -90px;
    top: 206px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 280px;
    right: 410px;
    bottom: -204px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 220px;
    left: -78px;
    bottom: -190px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -30px;
    bottom: -127px;
    max-width: 283px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 303px;
    right: 363px;
    top: -105px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -101px;
  }
  .rosies-premiere-theme #combo-four {
    width: 475px;
    right: 424px;
    bottom: -167px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 235%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #rosie-one {
    right: 440px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -150px;
  }
  .rosies-premiere-theme #combo-four {
    width: 435px;
    right: 474px;
    bottom: -147px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 1200px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 260px;
    left: 81px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 490px;
    max-width: 220px;
    bottom: -95px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -70px;
    max-width: 190px;
    left: -63px;
  }
  .rosies-premiere-theme #rosie-two {
    left: 10px;
    bottom: -27px;
    max-width: 223px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 253px;
    right: 414px;
    top: -79px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: 6px;
  }
  .rosies-premiere-theme #combo-four {
    width: 365px;
    right: 514px;
    bottom: -67px;
  }
}

@media only screen and (min-width: 1601px) and (max-height: 1010px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: -100px
  }
  .rosies-premiere-theme #date {
    top: 104px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -245px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -245px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -340px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -380px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -307px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -189px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 1010px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 103%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -330px;
    top: -98px;
  }
  .rosies-premiere-theme #date {
    left: -270px;
    top: 108px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -255px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -360px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -279px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -307px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -209px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -211px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -193px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 1010px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 139%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -150px;
    top: -93px;
  }
  .rosies-premiere-theme #date {
    left: -86px;
    top: 112px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -285px;
    max-width: 460px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 360px;
    bottom: -300px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -199px;
    left: -260px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -143px;
    width: 622px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 1010px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 190%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -204px;
    top: -7px;
    max-width: 390px;
  }
  .rosies-premiere-theme #date {
    left: -146px;
    top: 166px;
    max-width: 310px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 420px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 320px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -209px;
    left: -140px;
    max-width: 430px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -315px;
    right: 300px;
    max-width: 364px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -179px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -181px;
    left: -270px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -177px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 1010px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 794px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 244%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 21px;
    top: -126px;
  }
  .rosies-premiere-theme #date {
    left: -127px;
    top: 26px;
    max-width: 280px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 320px;
    bottom: -105px;
    right: 380px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 260px;
    bottom: -10px;
    left: -130px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: 51px;
    left: -70px;
    max-width: 320px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -288px;
    right: 350px;
    max-width: 304px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: 31px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: 89px;
    left: -157px;
  }
  .rosies-premiere-theme #combo-four {
    right: 454px;
    width: 412px;
    bottom: 23px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 227%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 71px;
    top: 64px;
    max-width: 290px;
  }
  .rosies-premiere-theme #date {
    left: -73px;
    top: 210px;
    max-width: 240px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 280px;
    bottom: -207px;
    right: 430px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 220px;
    bottom: -183px;
    left: -80px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -149px;
    left: -55px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -107px;
    right: 380px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -95px;
    left: -127px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -109px;
    right: 427px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -117px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 237%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 80px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -147px;
  }
  .rosies-premiere-theme #rosie-two {
    max-width: 280px;
    bottom: -109px;
    left: -35px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 274px;
    top: -91px;
    right: 400px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -61px;
    left: -99px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 436px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 1010px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 260px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 210px;
    bottom: -97px;
    right: 480px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -64px;
    max-width: 170px;
    left: -30px;
  }
  .rosies-premiere-theme #rosie-two {
    max-width: 220px;
    bottom: -34px;
    left: -35px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 234px;
    top: -71px;
    right: 450px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 457px;
    bottom: -59px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -1px;
    left: -99px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -51px;
    right: 514px;
    width: 332px;
  }
}

@media only screen and (min-width: 1900px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 72%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 11px;
    max-width: 430px;
  }
  .rosies-premiere-theme #date {
    top: 198px;
    left: -366px;
    max-width: 341px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -285px;
    right: 60px;
    max-width: 460px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -340px;
    left: -460px;
    max-width: 390px;
  }
  .rosies-premiere-theme #rosie-two {
    max-width: 413px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 364px;
    right: 120px;
    top: -200px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 490px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -655px;
    max-width: 440px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -189px;
    right: -40px;
    width: 732px;
  }
}
@media only screen and (max-width: 1899px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 62%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 11px;
    max-width: 430px;
  }
  .rosies-premiere-theme #date {
    top: 197px;
    max-width: 341px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -285px;
    max-width: 480px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -440px;
    max-width: 380px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -209px;
    max-width: 413px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 150px;
    top: -190px;
    max-width: 360px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 487px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -642px;
    max-width: 430px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -269px;
    right: -110px;
    width: 832px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -269px;
    right: 110px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -472px;
    bottom: -251px;
  }
  .rosies-premiere-theme #combo-four {
    right: 10px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 120%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 410px;
  }
  .rosies-premiere-theme #date {
    top: 191px;
    max-width: 321px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -400px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 180px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -392px;
    bottom: -211px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -239px;
    width: 692px;
    right: 180px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 159%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -54px;
    top: 6px;
    max-width: 370px;
  }
  .rosies-premiere-theme #date {
    left: -135px;
    top: 221px;
    max-width: 281px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 380px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 290px;
    left: -210px;
    bottom: -270px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 270px;
    top: -195px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 300px;
    bottom: -249px;
    max-width: 407px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -262px;
    max-width: 370px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -239px;
    width: 642px;
    right: 299px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 888px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 690px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 208%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 23px;
    top: -2px;
    max-width: 290px;
  }
  .rosies-premiere-theme #date {
    top: 131px;
    left: -85px;
    max-width: 241px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 260px;
    bottom: -77px;
    right: 400px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 210px;
    left: -90px;
    bottom: -30px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: 10px;
    max-width: 253px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 270px;
    right: 380px;
    top: -150px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 400px;
    bottom: -30px;
    max-width: 307px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -152px;
    max-width: 300px;
    bottom: 55px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -29px;
    width: 412px;
    right: 411px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 227%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 70px;
    top: 68px;
  }
  .rosies-premiere-theme #date {
    top: 214px;
    left: -65px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -174px;
    right: 440px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -74px;
    bottom: -183px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -120px;
  }
  .rosies-premiere-theme #gatita-two {
    top: -92px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 426px;
    bottom: -178px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -132px;
    max-width: 280px;
    bottom: -96px;
  }
  .rosies-premiere-theme #combo-four {
    right: 442px;
    bottom: -129px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 236%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 82px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -144px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -90px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 449px;
    bottom: -118px;
    max-width: 267px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -101px;
    max-width: 240px;
    bottom: -56px;
  }
  .rosies-premiere-theme #combo-four {
    right: 482px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 302%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 131px;
    top: 61px;
    max-width: 180px;
  }
  .rosies-premiere-theme #rosie-one {
    bottom: -68px;
    right: 490px;
    max-width: 220px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -65px;
    left: -24px;
    max-width: 170px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -30px;
    max-width: 213px;
    left: 15px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 230px;
    right: 470px;
    top: -69px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 509px;
    bottom: -48px;
    max-width: 227px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -41px;
    max-width: 190px;
    bottom: 7px;
  }
  .rosies-premiere-theme #combo-four {
    right: 522px;
    bottom: -34px;
    width: 352px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 888px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
}

@media only screen and (min-width: 1900px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 66%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 161px;
    max-width: 390px;
  }
  .rosies-premiere-theme #date {
    top: 218px;
    left: -94px;
    max-width: 311px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 370px;
    right: 100px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 290px;
    bottom: -300px;
    left: -370px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -219px;
    max-width: 373px;
  }
  .rosies-premiere-theme #gatita-two {
    max-width: 344px;
    right: 160px;
    top: -22px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 388px;
    bottom: -289px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -593px;
    max-width: 340px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -289px;
    width: 672px;
  }
}
@media only screen and (max-width: 1899px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 54%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 171px;
    max-width: 390px;
  }
  .rosies-premiere-theme #date {
    top: 230px;
    max-width: 301px;
    left: -84px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 370px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -370px;
    bottom: -305px;
    max-width: 270px;
  }
  .rosies-premiere-theme #rosie-two {
    bottom: -232px;
    max-width: 353px;
    left: -340px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 190px;
    top: -15px;
    max-width: 330px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 387px;
    right: 110px;
    bottom: -289px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -587px;
    max-width: 330px;
  }
  .rosies-premiere-theme #combo-four {
    bottom: -279px;
    right: -20px;
    width: 662px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 50%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #gatita-one {
    left: -348px;
  }
  .rosies-premiere-theme #date {
    left: 9px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -300px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -387px;
  }
  .rosies-premiere-theme #combo-four {
    right: 10px;
  }
}
@media only screen and (max-width: 1380px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    max-width: 350px;
    left: -160px;
  }
  .rosies-premiere-theme #date {
    left: -99px;
    top: 327px;
    max-width: 261px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 210px;
  }
  .rosies-premiere-theme #gatita-one {
    bottom: -230px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -216px;
    bottom: -204px;
    max-width: 293px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 230px;
    top: -1px;
    max-width: 300px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 200px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -151px;
  }
  .rosies-premiere-theme #combo-four {
    right: 190px;
    bottom: -169px;
    width: 522px;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 122%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: -73px;
    max-width: 310px;
  }
  .rosies-premiere-theme #date {
    left: -18px;
    top: 307px;
    max-width: 221px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 295px;
    max-width: 330px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -238px;
    max-width: 230px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -156px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 300px;
    top: 11px;
    max-width: 280px;
  }
  .rosies-premiere-theme #rosie-three {
    right: 300px;
    max-width: 347px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -257px;
    max-width: 290px;
  }
  .rosies-premiere-theme #combo-four {
    right: 310px;
    width: 462px;
  }
}
@media only screen and (max-width: 775px) and (max-height: 715px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 530px;
  }
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 177%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
  .rosies-premiere-theme #titleLogo {
    left: 17px;
    max-width: 230px;
  }
  .rosies-premiere-theme #date {
    display: none;
  }
  .rosies-premiere-theme #rosie-one {
    right: 415px;
    max-width: 210px;
    bottom: -104px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -60px;
    max-width: 165px;
    bottom: -68px;
  }
  .rosies-premiere-theme #rosie-two {
    left: 9px;
    bottom: -34px;
    max-width: 210px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 390px;
    top: 50px;
    max-width: 210px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -70px;
    right: 414px;
    max-width: 220px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -77px;
    max-width: 210px;
    bottom: -1px;
  }
  .rosies-premiere-theme #combo-four {
    right: 390px;
    width: 382px;
    bottom: -84px;
  }
}
@media only screen and (max-width: 601px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 227%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #date {
    display: block;
    left: 51px;
    top: 273px;
    max-width: 180px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -46px;
    bottom: -153px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -42px;
    bottom: -104px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 440px;
    top: -59px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -100px;
    right: 444px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -93px;
  }
  .rosies-premiere-theme #combo-four {
    right: 430px;
    width: 342px;
    bottom: -124px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 239%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 80px;
    top: 63px;
  }
  .rosies-premiere-theme #date {
    display: block;
    left: -5px;
    top: 203px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -46px;
    bottom: -121px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 456px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -22px;
    bottom: -84px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -60px;
    right: 456px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: -61px;
  }
  .rosies-premiere-theme #combo-four {
    right: 460px;
    width: 372px;
    bottom: -104px;
  }
}
@media only screen and (max-width: 480px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 635px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 303%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 125px;
    max-width: 180px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 505px;
    bottom: -57px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -12px;
    bottom: -55px;
  }
  .rosies-premiere-theme #rosie-two {
    left: 18px;
    bottom: -14px;
    max-width: 200px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 480px;
    top: -55px;
    max-width: 200px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: 0px;
    right: 496px;
  }
  .rosies-premiere-theme #gatita-three {
    bottom: 6px;
    left: -47px;
  }
  .rosies-premiere-theme #combo-four {
    right: 500px;
    width: 322px;
    bottom: -39px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 354%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    left: 150px;
    max-width: 140px;
    top: 83px;
  }
  .rosies-premiere-theme #date {
    display: block;
    left: 5px;
    }
  .rosies-premiere-theme #rosie-one {
    max-width: 190px;
    right: 524px;
    bottom: -37px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 145px;
    left: 8px;
  }
  .rosies-premiere-theme #rosie-two {
    left: 38px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 500px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 180px;
    bottom: 0px;
    right: 526px;
  }
  .rosies-premiere-theme #gatita-three {
    max-width: 164px;
    left: -14px;
  }
  .rosies-premiere-theme #combo-four {
    right: 530px;
    width: 282px;
    bottom: -24px;
  }
}
@media only screen and (max-width: 320px) and (max-height: 715px) {
  .home .theme-section #theme-stage .theme-big-active {
    display: block;
  }
}

/* Odd one-off sized smaller mobile devices */

@media only screen and (max-width: 823px) and (min-width: 776px) and (max-height: 411px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 329px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 60%;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 367px;
    max-width: 230px;
  }
  .rosies-premiere-theme #date {
    left: 122px;
    top: 410px;
    max-width: 181px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 338px;
    max-width: 230px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -118px;
    max-width: 170px;
    bottom: -260px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -76px;
    bottom: -232px;
    max-width: 213px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 350px;
    top: 245px;
    max-width: 210px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 237px;
    right: 360px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -107px;
    max-width: 190px;
    bottom: -200px;
  }
  .rosies-premiere-theme #combo-four {
    right: 340px;
    width: 322px;
    bottom: -206px;
  }
}

@media only screen and (max-width: 775px) and (min-width: 732px) and (max-height: 411px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 388px;
  }
  .home .theme-section .phat-button {
    bottom: 40%;
  }
  .brand img {
    width: 80%;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 120%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 301px;
    left: 44px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 150px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -90px;
    max-width: 122px;
    bottom: -82px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -71px;
    bottom: -60px;
    max-width: 150px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 390px;
    top: 207px;
    max-width: 170px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -86px;
    right: 434px;
    max-width: 140px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -77px;
    max-width: 130px;
    bottom: -31px;
  }
  .rosies-premiere-theme #combo-four {
    right: 390px;
    width: 222px;
    bottom: -72px;
  }
}

@media only screen and (max-width: 812px) and (max-height: 375px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 328px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 100%;
    background-position: center 70%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 667px) and (max-height: 375px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 450px;
  }
  .home .theme-section .phat-button {
    bottom: 37%;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 122%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 240px;
  }
  .rosies-premiere-theme #rosie-one {
    right: 378px;
    max-width: 190px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -60px;
    max-width: 155px;
    bottom: -82px;
  }
  .rosies-premiere-theme #titleLogo {
    left: 47px;
    max-width: 230px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -18px;
    bottom: -34px;
    max-width: 170px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 390px;
    top: 141px;
    max-width: 180px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 170px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -27px;
    max-width: 150px;
    bottom: -19px;
  }
  .rosies-premiere-theme #combo-four {
    right: 412px;
    width: 251px;
    bottom: -64px;
  }
}

@media only screen and (max-width: 568px) and (max-height: 320px) {
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 374px;
  }
  .home .theme-section .phat-button.right {
    right: 34px;
  }
  .rosies-premiere-theme #titleLogo {
    left: 67px;
    max-width: 180px;
    top: 319px;
  }
  .rosies-premiere-theme #date {
    display: none;
  }
  .rosies-premiere-theme #rosie-one {
    right: 447px;
    max-width: 160px;
    bottom: -134px;
  }
  .rosies-premiere-theme #gatita-one {
    left: -23px;
    max-width: 135px;
    bottom: -112px;
  }
  .rosies-premiere-theme #rosie-two {
    left: 32px;
    bottom: -69px;
    max-width: 140px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 420px;
    top: 226px;
    max-width: 160px;
  }
  .rosies-premiere-theme #rosie-three {
    max-width: 140px;
    bottom: -106px;
    right: 460px;
  }
  .rosies-premiere-theme #gatita-three {
    left: 23px;
    max-width: 120px;
    bottom: -59px;
  }
  .rosies-premiere-theme #combo-four {
    right: 443px;
    width: 211px;
    bottom: -84px;
  }
}

@media only screen and (max-width: 692px) and (min-width: 672px) and (max-height: 280px) {
  .brand img {
    width: 70%;
  }
  .home .theme-section .phat-button {
    bottom: 40%;
  }
  .rosies-premiere-theme .scroll-panel.theme-section {
    min-height: 400px;
  }
  .rosies-premiere-theme .scroll-panel.theme-section #theme-stage {
    background: url(../images/bg.jpg) #c7e2f3;
    background-size: 107%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .rosies-premiere-theme #titleLogo {
    top: 290px;
    left: 37px;
  }
  .rosies-premiere-theme #rosie-one {
    max-width: 140px;
    bottom: -84px;
  }
  .rosies-premiere-theme #gatita-one {
    max-width: 128px;
    bottom: -82px;
    left: -83px;
  }
  .rosies-premiere-theme #rosie-two {
    left: -41px;
    max-width: 130px;
  }
  .rosies-premiere-theme #gatita-two {
    right: 410px;
    top: 205px;
    max-width: 153px;
  }
  .rosies-premiere-theme #rosie-three {
    bottom: -66px;
    right: 433px;
    max-width: 130px;
  }
  .rosies-premiere-theme #gatita-three {
    left: -67px;
    max-width: 120px;
    bottom: -31px;
  }
  .rosies-premiere-theme #combo-four {
    right: 410px;
    width: 232px;
    bottom: -64px;
  }
}