#chat-marquee-messageus {
  height: 700px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: -100px;
}
#chat-marquee-messageus h1 {
  font-size: 4.5em;
  font-family: Meta-Bold;
  color: #e94d00;
  z-index: -3;
  margin-top: 70px;
}
@media only screen and (max-width: 490px) {
  #chat-marquee-messageus h1 {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 380px) {
  #chat-marquee-messageus h1 {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 724px) {
  #chat-marquee-messageus {
    margin-bottom: -50px;
  }
}
#chat-marquee-messageus .marquee-image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  background: transparent url('/content/dam/discover/en_us/credit-cards/card-portfolio/images/applications/chat-access/chat-marquee.jpg') center -50px no-repeat;
  background-size: cover;
  z-index: -4;
}
@media only screen and (max-width: 1028px) {
  #chat-marquee-messageus .marquee-image {
    background-position: center top;
  }
}
@media only screen and (max-width: 490px) {
  #chat-marquee-messageus .marquee-image {
    margin-top: 80px;
    background-position: -400px top;
  }
}