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

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

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

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

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

#main {
  overflow:hidden;
}

.text1,
.text2 {
  top: 11px;
}

#product {
  transform: scale(0);
  transform-origin: 83.4% 50%;
}

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

#image-3,
#image-4 {
  width: 320px;
  height: 50px;
  
  background-color: #ade8ec;
}

#cta {
  width: 70px;
  top: 16px;
  left: 227px;

  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;
}
