#main .hope-top .mobile-image {
  background-image: url(https://www.mayoclinic.org/~/media/AEB70B40FFDF4CA592294DF59C2D5FE3.jpg);
}
.hope-footer li {
  color: #fff;
}
.hope-footer li a.underlined {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #main .hope-top {
    background-image: url(https://www.mayoclinic.org/~/media/769AC1889515494D88CE613EFB598663.jpg);
    background-position: center;
  }
  #main .hope-top .hope-top-content,
  #main .hope-top .hope-top-links {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  #main .hope-top {
    background-position: center top;
  }
}
