.bannerimg {
  background-image: url(/assets/beneficiary-signup/beneficiary-banner.jpeg);
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .bannerimg {
    height: 200px;
    background-position: center;
    position: relative;
  }
}
