body,
div,
img,
canvas {
  -webkit-backface-visiblitly: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
}
.hidden {
  opacity: 0;
}
.bannerSize {
  width: 300px;
  height: 250px;
}
#banner {
  background: #fff;
  color: #fff;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
#border {
  pointer-events: none;
  border: 1px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
#cover {
  background-color: #fff;
  z-index: 801;
}
.hidden {
  opacity: 1;
}
#img1 {
  height: 250px;
  width: 300px;
  z-index: 100;
}
.mainTxt {
  font-family: Oswald;
  left: 21px;
  letter-spacing: 0.01rem;
  line-height: 100%;
  margin: 0;
  padding-bottom: 4px;
  overflow-wrap: break-word;
  text-transform: uppercase;
  width: 300px;
}
.txtShadow {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1,Color='#444')";
  filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}
#headline,
#headline2,
#headline3 {
  z-index: 110;
}
#angLogo {
  height: 48px;
  left: 12px;
  top: 196px;
  width: 110px;
  z-index: 301;
}
#cta {
  height: 100%;
  width: 100%;
  z-index: 400;
}
#ctaCont {
  left: 192px;
  overflow: hidden;
  top: 203px;
  z-index: 202;
}
#ctaCont #ctaButton {
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 1px solid #0392dd;
  justify-content: center;
  overflow: hidden;
  max-width: 194px;
  position: relative;
}
#ctaCont #ctaTxt {
  font-family: Oswald;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: 1.56px;
  padding: 8px 9px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
