/* This is the main css module */

/* NOTE: Make all your rules, at least, children of your parent element to avoid CSS rules cross-contamination */

banner-ad {
  font-family: 'market-sans-regular', Helvetica, Arial, sans-serif;
}

banner-ad #click-tag {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 3;
}

banner-ad #logo-click {
  z-index: 3;
}

banner-ad #logo {
  top: 20px;
  height: 26px;
  width: 63px;
  z-index: 1;
}

banner-ad #frame-1 {
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}

banner-ad #fr1-headline-container,
banner-ad #fr2-headline-container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

banner-ad #headline-1,
banner-ad #headline-2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  word-break: break-word;
}

banner-ad .title,
banner-ad .title-2 {
  font-family: 'market-sans-bold', Helvetica, Arial, sans-serif;
  padding: 0px 10px 0 10px;
  letter-spacing: -0.5px;
}

banner-ad #intro-bg,
banner-ad #frame-2-image {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* NOTE: Group elements that share the same rules, rather than repeat the rules */

/* ********** */
/* CTA Button */
/* ********** */

banner-ad #cta {
  font-size: 12px;
  cursor: pointer;
  font-family: "market-sans-regular", arial, helvetica, sans-serif;
  font-weight: 200;
  position: absolute;
  text-align: left;
  z-index: 3;
}

banner-ad #cta-body {
  display: table;
  padding: 7px 8px;
  position: relative;
}

banner-ad #cta-text {
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  min-width: 40px;
}

banner-ad #cta svg {
  display: inline-block;
  height: 8px;
  width: 12px;
  position: relative;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-width: 1;
  margin-left: 5px;
  fill: none;
  stroke-miterlimit: 0;
  stroke-width: 2px;
}

banner-ad #cta-arrow-v-align {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

banner-ad #cta:hover {
  transition-duration: 0.3s;
}
