html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

#clickarea {
  cursor: pointer;
}

#ad {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#banner {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid black;
}

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

.fullwidth {
  width: 100%;
  height: 100%;
}

.mainbg {
  width: 450px;
  height: 375px;
  left: -112px;
  top: -93.75px;
}
.mainbg img {
  width: 100%;
}

.txtholder {
  top: 142px;
  left: 16px;
}

.txt1b {
  top: 33px;
}

.txt1c {
  top: 66px;
}

.logo {
  top: 214px;
  left: 20px;
}

.endtxt {
  top: 40px;
  left: 16px;
}

.endbox {
  top: 151px;
  left: 13px;
}

.shadow {
  top: 151px;
  left: 167px;
}

.endbag {
  top: 46px;
  left: 179px;
}

.neclogo {
  top: 178px;
  left: 228px;
}

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #85a8bf;
  left: 128px;
  top: 4px;
}

.altcta {
  opacity: 0;
}

.guide {
  display: block;
  opacity: 0.5;
  pointer-events: none;
}

.whitecover, .loadoverlay {
  background: white;
}

.cta {
  width: 100px;
  height: 25px;
  left: 16px;
  top: 99px;
}
