/* 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: 86px;
  left: 229px;
  width: 50px;
  height: 20px;
}
/* ---- Copy ---- */
banner-ad #fr1-headline-container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 51%;
}
banner-ad #headline-1,
banner-ad #headline-2,
banner-ad #headline-3 {
  top: 18px;
  left: 19px;
  width: 200px;
  opacity: 0;
}
banner-ad .title {
  font-size: 20px;
  line-height: 24px;
}
/* ---- CTA ---- */
banner-ad #cta {
  font-size: 14px;
  line-height: 18px;
  top: 78px;
  left: 20px;
}
banner-ad #cta-body {
  padding: 5px 11px 4px 10px;
}
banner-ad #cta svg {
  height: 8px;
  width: 9px;
  margin-left: 5px;
  stroke-width: 1px;
}
/* ---- Image ---- */
banner-ad #image-1 {
  width: 204px;
  height: 196.5px;
  top: 137px;
  left: 51px;
}
banner-ad #image-2 {
  width: 170.5px;
  height: 129.5px;
  top: 139px;
  left: 63px;
}
banner-ad #image-3 {
  width: 196.5px;
  height: 138px;
  top: 136px;
  left: 53px;
}