/* for banner ad */
img.sh-m {
  display: none !important;
}
.skinny-html {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: var(--home-border-radius);
  max-width: 920px;
  margin: 0 auto 4rem;
  border-radius: 6px;
}
img.sh-d {
  /* width: 120%; */
  /* margin-left: -19%; */
}
.skinny-html a {
  display: block;
  container-type: inline-size;
  font-size: 1.25cqi;
}
.sh-copy {
  position: absolute;
  gap: .25em;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #FFF;
  container-type: inline-size;
  font-size: 1.5cqi;
  width: 51%;
  left: 5%;
  text-shadow: 1px 1px 2px #000;
}
.sh-copy h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.125;
  font-family: var(--home-font-family);
  color: #FFF;
}
.sh-copy p {
  font-size: 1.65em;
  margin: .25em 0 .5em;
}
.sh-copy .sh-cta span {
  font-size: 1.125em;
  margin: 0;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  color: #000;
  background: #FFF;
  border-radius: 4rem;
  padding: 0 1.65em;
  height: 2.875em;
  text-shadow: none;
}
/*.skinny-html a::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 62%, rgba(0, 0, 0, 0) 100%);
}*/
@media only screen and (max-width :800px) {
  img.sh-m {
    display: block !important;
  }
  img.sh-d {
    display: none !important;
  }
  .skinny-html a {
    font-size: 2.25cqi;
  }
  .sh-copy {
    gap: .25em;
    font-size: 2.4cqi;
    width: 56%;
    left: 5%;
  }
  .sh-copy h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.125;
  }
  .sh-copy p {
    font-size: 1.25em;
    margin: .65em 0;
  }
  .sh-copy .sh-cta span {
    font-size: 1.`25em;
  }
  /*.skinny-html a::before {
    content: '';
    display: block;
    position: absolute;
    width: 58%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 62%, rgba(0, 0, 0, 0) 100%);
  }*/
}