#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #2e554c;  

}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #9cd1bc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.border2 {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top:0px;
  left:0px;
  right: auto;

}


.text, .textInner{
  position: absolute;
  width: 240px;
  height: 88px;
  left:0px;
  top:0px;
}

.text{
  /* filter: drop-shadow(40px 30px 20px rgba(0, 0, 0, .5)); */

}

.text2b{
  clip-path: inset(0% 100% 0% 0%);
}

.long{
  position: absolute;
  width: 170%;
  height: auto;
  top:0%;
  left: 0%;
}

.bg{
  position: absolute;
  width: 400px;
  height: auto;
  top:0%;
  left: 0%;
}
