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: 499px;
  top: 0;
  width: 229px;
  height: 90px;
}
#img {
  left: 0;
  top: 0;
  background-image: url(img.jpg);
  width: 229px;
  height: 90px;
}
#img_txt {
  left: 204px;
  top: 7px;
  background-image: url(img_txt.png);
  width: 18px;
  height: 53px;
}
#bg_color {
  left: 0;
  top: 0;
  background-image: url(bg_color.jpg);
  width: 501px;
  height: 90px;
}
#logo_holder {
  left: 14px;
  top: 59px;
  width: 467px;
  height: 24px;
}
#logo_defy {
  left: 0;
  top: 3px;
  width: 77px;
  height: 11px;
}
#logo_line {
  left: 90px;
  top: 8px;
  width: 284px;
  height: 1px;
  background-color: #fff;
}
#logo_logitech {
  left: 387px;
  top: 0;
  width: 80px;
  height: 24px;
}
#cta {
  left: 13px;
  top: 15px;
  width: 468px;
  height: 27px;
}
#cta_bg,
#cta_in {
  left: 0;
  top: 0;
  width: 468px;
  height: 27px;
}
#cta_txt {
  left: 0;
  top: 0;
  background-image: url(cta_txt.png);
  width: 468px;
  height: 27px;
}
#cta_arrow {
  left: 0;
  top: 0;
  background-image: url(cta_arrow.png);
  width: 468px;
  height: 27px;
}
#txt_holder {
  left: 13px;
  top: 19px;
  width: 301px;
  height: 17px;
}
#txt_0 {
  left: -2px;
  top: -3px;
  background-image: url(txt_0.png);
  width: 311px;
  height: 24px;
}
#txt_1 {
  left: -2px;
  top: -3px;
  background-image: url(txt_1.png);
  width: 311px;
  height: 24px;
}
#headline_holder {
  left: 15px;
  top: 17px;
  width: 292px;
  height: 25px;
}
#headline {
  left: 0;
  top: 0;
  width: 292px;
  height: 25px;
}
#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;
}