.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 18rem;
  padding-bottom: 20rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("/data/_uploaded/image/themes/animal-rescue-theme/header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead2 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 12rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/data/_uploaded/image/themes/animal-rescue-theme/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.callout {
  padding:15rem 0;
  background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 100%),url(/data/_uploaded/image/themes/animal-rescue-theme/header-gold.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover
}
img {max-width:100%;}
@media screen and (max-width: 362px) {
  .my-btn {margin-bottom: 4%;}
}