/* This is an individual banner css template */
/* NOTE: Make all your rules, at least, children of your parent element to avoid CSS rules cross-contamination */
/* ---- Logo ---- */
banner-ad #logo {
  position: absolute;
  top: 23px;
  left: 27px;
  width: 62px;
  height: 25px;
}
/* ---- Copy ---- */
banner-ad #fr1-headline-container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 33.5%;
}
banner-ad #headline-1 {
  top: 64px;
  left: 23px;
  width: 240px;
  opacity: 0;
}
banner-ad #headline-2 {
  top: 64px;
  left: 24px;
  width: 220px;
  opacity: 0;
}
banner-ad #headline-3 {
  top: 63px;
  left: 24px;
  width: 215px;
  opacity: 0;
}
banner-ad .title {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
/* ---- CTA ---- */
banner-ad #cta {
  font-size: 14.7px;
  line-height: 17px;
  top: 144px;
  left: 24px;
}
banner-ad #cta-body {
  padding: 6px 11px 6px 9px;
}
banner-ad #cta svg {
  height: 8px;
  width: 9px;
  margin-left: 7px;
  stroke-width: 1px;
}
/* ---- Image ---- */
banner-ad #image-1 {
  width: 299px;
  height: 288px;
  top: 260px;
  left: 5px;
}
banner-ad #image-2 {
  width: 263px;
  height: 230px;
  top: 301px;
  left: 18px;
}
banner-ad #image-3 {
  width: 295px;
  height: 206px;
  top: 302px;
  left: 8px;
}