#main .hope-top .mobile-image {
  background-image: url(https://www.mayoclinic.org/~/media/AD63ABE503D04BB4ACBA55696003BFAC.jpg);
}
@media screen and (min-width: 768px) {
  #main .hope-top {
    background-image: url(https://www.mayoclinic.org/~/media/4A8CB0C163034B958B5186CDDC6238EA.jpg);
  }
}
@media screen and (min-width: 1200px) {
  #main .hope-top .hope-top-content {
    width: 63%;
  }
}
