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;
}
#img_holder {
  left: 0;
  top: 105px;
  width: 300px;
  height: 145px;
}
#img {
  left: 0;
  top: 0;
  background-image: url(img.jpg);
  width: 300px;
  height: 145px;
}
#img_txt {
  left: 277px;
  top: 10px;
  background-image: url(img_txt.png);
  width: 17px;
  height: 50px;
}
#bg_color {
  left: 0;
  top: 0;
  background-image: url(bg_color.jpg);
  width: 300px;
  height: 106px;
}
#logo_holder {
  left: 13px;
  top: 17px;
  width: 135px;
  height: 222px;
}
#logo_defy {
  left: 13px;
  top: 43px;
  width: 111px;
  height: 15px;
}
#logo_line {
  left: 0;
  top: 0;
  width: 1px;
  height: 207px;
  background-color: #fff;
}
#logo_logitech {
  left: 13px;
  top: 183px;
  width: 122px;
  height: 39px;
}
#cta {
  left: 26px;
  top: 16px;
  width: 262px;
  height: 26px;
}
#cta_bg,
#cta_in {
  left: 0;
  top: 0;
  width: 262px;
  height: 26px;
}
#cta_txt {
  left: 0;
  top: 0;
  background-image: url(cta_txt.png);
  width: 262px;
  height: 26px;
}
#cta_arrow {
  left: 0;
  top: 0;
  background-image: url(cta_arrow.png);
  width: 262px;
  height: 26px;
}
#txt_holder {
  left: 31px;
  top: 17px;
  width: 184px;
  height: 41px;
}
#txt_0 {
  left: -1px;
  top: -3px;
  background-image: url(txt_0.png);
  width: 211px;
  height: 46px;
}
#txt_1 {
  left: -1px;
  top: -3px;
  background-image: url(txt_1.png);
  width: 187px;
  height: 46px;
}
#headline_holder {
  left: 25px;
  top: 16px;
  width: 233px;
  height: 20px;
}
#headline {
  left: 0;
  top: 0;
  width: 233px;
  height: 20px;
}
#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: #fff;
  pointer-events: none;
}
#cta_bg {
  border: 1px solid #fff;
  box-sizing: border-box;
}
#headline_main {
  fill: #fff;
}