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: 728px;
  height: 90px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
}
#img_holder {
  left: 0;
  top: 0;
  width: 728px;
  height: 90px;
}
#img {
  left: 0;
  top: 0;
  background-image: url(img.jpg);
  width: 728px;
  height: 90px;
}
#logo_holder {
  left: 13px;
  top: 59px;
  width: 702px;
  height: 24px;
}
#logo_line {
  left: 0;
  top: 8px;
  width: 609px;
  height: 2px;
  background-color: #fff;
}
#logo_logitech {
  left: 622px;
  top: 0;
  width: 80px;
  height: 24px;
}
#cta {
  left: 13px;
  top: 18px;
  width: 111px;
  height: 27px;
}
#cta_bg,
#cta_in {
  left: 0;
  top: 0;
  width: 111px;
  height: 27px;
}
#cta_txt {
  left: -1px;
  top: -1px;
  background-image: url(cta_txt.png);
  width: 112px;
  height: 29px;
}
#cta_arrow {
  left: 0;
  top: 0;
  background-image: url(cta_arrow.png);
  width: 111px;
  height: 27px;
}
#txt_holder {
  left: 10px;
  top: 19px;
  width: 359px;
  height: 24px;
}
#txt_0 {
  left: 0;
  top: 0;
  background-image: url(txt_0.png);
  width: 359px;
  height: 24px;
}
#txt_1 {
  left: 0;
  top: 0;
  background-image: url(txt_1.png);
  width: 359px;
  height: 24px;
}
#headline_holder {
  left: 12px;
  top: 17px;
  width: 200px;
  height: 26px;
}
#headline {
  left: 0;
  top: 0;
  width: 200px;
  height: 26px;
}
#border {
  width: 728px;
  height: 90px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
#cover {
  width: 728px;
  height: 90px;
  background-color: #fff;
  pointer-events: none;
}
#cta_bg {
  border: 1px solid #fff;
  box-sizing: border-box;
}
#headline_main {
  fill: #fff;
}