#pdp-bottom-banner {
  position: relative;
  font-size: 1.5625vw;
  left: -14px;
  transform: none;
  width: calc(100% + 28px);
}
#pdp-bottom-banner img,
#pdp-bottom-banner svg {
  width: 100%;
  height: auto;
}
#pdp-bottom-banner .visibility-hidden {
  height: 1px;
  width: 1px;
  visibility: hidden;
}

#pdp-bottom-banner .pdp-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#pdp-bottom-banner .cta-reverse {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  height: 3.5em;
  font-size: 2.6em;
  transition: all 0.2s;
  background: black;
  color: white;
  line-height: 1.2;
}
#pdp-bottom-banner .cta-reverse:focus,
#pdp-bottom-banner .cta-reverse:hover {
  color: #fff;
  background: #A41E21;
}
@media (min-width: 641px) {
  #pdp-bottom-banner {
    font-size: 0.78125vw;
    width: 100vw;
    margin: auto;
    position: relative;
  }
  #product-top-content .content-asset {
    position: relative;
    width: 150%;
    left: -25%;
    transform: none;
  }
  #pdp-bottom-banner .cta-reverse {
    height: 2.3em;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  #pdp-bottom-banner {
    font-size: 8px;
    width: 100%;
    left: 0;
  }
  #product-top-content .content-asset {
    width: 100%;
    left: 0;
  }
}