
html, body {
  width:300px;
  height:600px;
  margin: 0;
  box-sizing: border-box;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.absolute {
  position:absolute;
  top: 0px;
  left: 0px;
}

.full-width {
  width: 300px;
  height: auto;
}

#main,
#background {
  position:absolute;
  left:0px;
  top:0px;
  width:300px;
  height:600px;
  background-color: #ade8ec;
}

#main {
  overflow:hidden;
}

.text1,
.text3 {
  top: 19px;
}

#product {
  transform: scale(0);
}

.tag,
.plus {
  top: 7px;
}

#cta {
  width: 140px;
  top: 250px;
  left: 80px;

  transform: scale(0);
}

#bgExit {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 85;
  background-color: rgba(255,255,255,0);
  border:1px solid #000000;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
