/* 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: 31px;
  left: 15px;
  width: 64px;
  height: 26px;
}
/* ---- Copy ---- */
banner-ad #fr1-headline-container {
  top: 0px;
  left: 0px;
  width: 52%;
  height: 100%;
}
banner-ad #headline-1 {
  top: 22px;
  left: 94px;
  width: 175px;
  opacity: 0;
}
banner-ad #headline-2 {
  top: 22px;
  left: 94px;
  width: 165px;
  opacity: 0;
}
banner-ad #headline-3 {
  top: 22px;
  left: 94px;
  width: 155px;
  opacity: 0;
}
banner-ad .title {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1px;
}
/* ---- CTA ---- */
banner-ad #cta {
  font-size: 12.5px;
  line-height: 16px;
  top: 23px;
  left: 255px;
}
banner-ad #cta-body {
  padding: 12px 12px 11px 11px;
}
banner-ad #cta svg {
  height: 8px;
  width: 9px;
  margin-left: 8px;
  stroke-width: 1px;
}
/* ---- Image ---- */
banner-ad #image-1 {
  width: 192px;
  height: 186px;
  top: 4px;
  left: 463px;
}
banner-ad #image-2 {
  width: 150px;
  height: 113px;
  top: 12px;
  left: 479px;
}
banner-ad #image-3 {
  width: 206px;
  height: 144px;
  top: 3px;
  left: 456px;
}