/* 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: 20px;
  left: 26px;
  width: 183px;
  height: 34px;
}

/* ---- Copy ---- */
banner-ad #headline-1,banner-ad #headline-2 ,banner-ad #headline-3{
  left: 29px;
  top: 74px;
  opacity: 0;
}
banner-ad #headline-4 {
  left: 29px;
  top: 78px;
}
banner-ad .title {
  font-size: 30px;
  line-height: 1.15;
}

/* --- IMAGES --- */
banner-ad #img-1,
banner-ad #img-2,
banner-ad #img-3,
banner-ad #img-4,
banner-ad #img-5 {
  bottom: 0;
}
banner-ad #shadow-1,
banner-ad #shadow-2,
banner-ad #shadow-5,
banner-ad #shadow-4,
banner-ad #shadow-3 {
    display: none;
    visibility: hidden;
    opacity: 0;
}


/* ---- CTA ---- */
banner-ad #cta {
  font-size: 18px;
  line-height: 21.87px;
  top: 200px;
  left: 29px;
  letter-spacing: -0.7px;
}

banner-ad #cta-body {
  padding: 7px 19px 6px 20px
}

banner-ad #cta svg {
  height: 8px;
  width: 9px;
  margin-left: 9px;
  stroke-width: 1px;
}
