body {
  margin: 0;
}
.element {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#banner {
  overflow: hidden;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 250px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  background-color: #000;
}
#image {
  left: 0;
  top: 0;
  background-image: url(image.jpg);
  width: 300px;
  height: 250px;
}
#cta {
  left: 98px;
  top: 188px;
  width: 105px;
  height: 33px;
}
#txt_0 {
  left: 65px;
  top: 98px;
  width: 170px;
  height: 60px;
}
#txt_0_1_mask {
  left: -25px;
  top: 27px;
  width: 220px;
  height: 35px;
}
#txt_0_1 {
  left: 19px;
  top: -2px;
  background-image: url(txt_0_1.png);
  width: 182px;
  height: 42px;
}
#txt_0_0_mask {
  left: -25px;
  top: -4px;
  width: 220px;
  height: 35px;
}
#txt_0_0 {
  left: 23px;
  top: -3px;
  background-image: url(txt_0_0.png);
  width: 174px;
  height: 41px;
}
#txt_1 {
  left: 102px;
  top: 115px;
  width: 99px;
  height: 27px;
}
#txt_1_mask {
  left: 0;
  top: 0;
  width: 99px;
  height: 27px;
}
#txt_1_0 {
  left: -5px;
  top: -1px;
  background-image: url(txt_1_0.png);
  width: 108px;
  height: 28px;
}
#txt_2 {
  left: 94px;
  top: 114px;
  width: 112px;
  height: 29px;
}
#txt_2_mask {
  left: -61px;
  top: -6px;
  width: 234px;
  height: 38px;
}
#txt_2_0 {
  left: 61px;
  top: 5px;
  background-image: url(txt_2_0.png);
  width: 113px;
  height: 30px;
}
#txt_3 {
  left: 62px;
  top: 29px;
  width: 188px;
  height: 61px;
}
#txt_3_1_mask {
  left: -62px;
  top: 28px;
  width: 300px;
  height: 36px;
}
#txt_3_1 {
  left: 0;
  top: -2px;
  background-image: url(txt_3_1.png);
  width: 300px;
  height: 39px;
}
#txt_3_0_mask {
  left: -62px;
  top: -6px;
  width: 300px;
  height: 36px;
}
#txt_3_0 {
  left: 0;
  top: -1px;
  background-image: url(txt_3_0.png);
  width: 300px;
  height: 36px;
}
#phone {
  left: 80px;
  top: 94px;
  width: 139px;
  height: 178px;
}
#phone_image {
  left: 0;
  top: 0;
  background-image: url(phone_image.png);
  width: 139px;
  height: 178px;
}
#cashout_svg {
  left: 53px;
  top: 42px;
  width: 35px;
  height: 35px;
}
#txt_url {
  left: 80px;
  top: 555px;
  width: 140px;
  height: 14px;
}
#txt_url_mask {
  left: -80px;
  top: -5px;
  width: 300px;
  height: 24px;
}
#txt_url_0 {
  left: 78px;
  top: 4px;
  background-image: url(txt_url_0.png);
  width: 143px;
  height: 16px;
}
#txt_legal {
  left: 45px;
  top: 229px;
  width: 210px;
  height: 19px;
}
#txt_legal_mask {
  left: -45px;
  top: -5px;
  width: 300px;
  height: 24px;
}
#txt_legal_0 {
  left: 0;
  top: 2px;
  background-image: url(txt_legal_0.png);
  width: 305px;
  height: 22px;
}
#watermark {
  left: 12px;
  top: 11px;
  width: 38px;
  height: 14px;
}
#watermark_mask {
  left: 0;
  top: 0;
  width: 38px;
  height: 15px;
}
#watermarkLogo_img {
  left: 2px;
  top: 0;
  background-image: url(watermarkLogo_img.png);
  width: 33px;
  height: 13px;
}
#logo {
  left: 120px;
  top: 30px;
  width: 61px;
  height: 22px;
}
#logo_mask {
  left: -120px;
  top: -5px;
  width: 300px;
  height: 39px;
}
#logo_svg {
  left: 120px;
  top: 5px;
  width: 61px;
  height: 22px;
}
#banner * {
  overflow: hidden;
}
#border {
  width: 300px;
  height: 250px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
#cover {
  width: 300px;
  height: 250px;
  background-color: #000;
  pointer-events: none;
}