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: 600px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
}
#img_holder {
  left: 0;
  top: 160px;
  width: 300px;
  height: 440px;
}
#img {
  left: 0;
  top: -1px;
  background-image: url(img.jpg);
  width: 300px;
  height: 441px;
}
#img_txt {
  left: 269px;
  top: 14px;
  background-image: url(img_txt.png);
  width: 19px;
  height: 61px;
}
#bg_color {
  left: 0;
  top: 0;
  background-image: url(bg_color.jpg);
  width: 300px;
  height: 163px;
}
#logo_holder {
  left: 13px;
  top: 23px;
  width: 187px;
  height: 556px;
}
#logo_defy {
  left: 17px;
  top: 62px;
  width: 170px;
  height: 22px;
}
#logo_line {
  left: 0;
  top: 0;
  width: 1px;
  height: 545px;
  background-color: #fff;
}
#logo_logitech {
  left: 16px;
  top: 515px;
  width: 133px;
  height: 41px;
}
#cta {
  left: 28px;
  top: 23px;
  width: 252px;
  height: 38px;
}
#cta_bg,
#cta_in {
  left: 0;
  top: 0;
  width: 252px;
  height: 38px;
}
#cta_txt {
  left: 0;
  top: 0;
  background-image: url(cta_txt.png);
  width: 252px;
  height: 38px;
}
#cta_arrow {
  left: 0;
  top: 0;
  background-image: url(cta_arrow.png);
  width: 252px;
  height: 38px;
}
#txt_holder {
  left: 28px;
  top: 24px;
  width: 204px;
  height: 40px;
}
#txt_0 {
  left: -3px;
  top: -4px;
  background-image: url(txt_0.png);
  width: 213px;
  height: 44px;
}
#txt_1 {
  left: -3px;
  top: -4px;
  background-image: url(txt_1.png);
  width: 213px;
  height: 44px;
}
#headline_holder {
  left: 28px;
  top: 24px;
  width: 240px;
  height: 84px;
}
#headline {
  left: 0;
  top: 0;
  width: 240px;
  height: 84px;
}
#border {
  width: 300px;
  height: 600px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
#cover {
  width: 300px;
  height: 600px;
  background-color: #fff;
  pointer-events: none;
}
#cta_bg {
  border: 1px solid #fff;
  box-sizing: border-box;
}
#headline_main {
  fill: #fff;
}