html, body {
    margin: 0 !important;
    padding: 0 !important;
   
    
}



.conteiner{
  overflow: hidden;
  width: 320px;
  height: 480px;
  position: relative;
  margin:0 auto;
   background-color: #4f2414;
 /* border: 1px solid red;*/
  

}

.w100 { width: 100%;}

.ref {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 320px;
    height: 480px;
    right: 0;
    pointer-events: none;
    z-index: 900;
    opacity: 0.5;
}

.abs50 {
  position: absolute;
  z-index: 50;
}
.abs100 {
  position: absolute;
  z-index: 100;
}
.abs150 {
  position: absolute;
  z-index: 150;
}
.abs200 {
  position: absolute;
  z-index: 200;
}

.abscenter {
  left: 0;
  right: 0;
  margin: auto;
}

/* *//* *//* *//* */
.layer1{
  top: 24px;
}
.layer2{
  top: 123px;
}
.layer3{
  top: 137px;
  left: 0;
}
.layer4{
  top: 161px;
  right: 0;
}
.layer5{
  top: 273px;
  left: 113px;
}
.layerBk {
  width: 100vw;
  height: 100vh;
 /* background-color: red;
  opacity: 0.5;*/
}
.layerCta {
  top: 391px;
  width: 276px;
  height: 70px;

}
