.mobilebanner {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  background: white;
  width: 100%;
  height: 30%;
  z-index: 2;
}
.mobilebannerimg {
  width: 60%;
  height: 65%;
  position: absolute;
  right: 0%;
  background-image: url(../images/banner_img.png);
  background-size: 100% 100%;
}
.mobilebannerlogo {
  width: 41%;
  height: 59%;
  background: url(../images/banner_logo.png);
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 10%;
}
.mobiletext {
  width: 57%;
  position: absolute;
  right: 2%;
  bottom: 20%;
}
.mobiletext img,
.mobileplus img {
  width: 100%;
  height: auto;
}
.mobilelearnmore {
  width: 43%;
  height: 20%;
  background-image: url(../images/learnMoreCta.png);
  background-size: cover;
  position: absolute;
  right: 14%;
  bottom: 2%;
}
.mobileplus {
  width: 10%;
  margin-top: 5%;
  position: absolute;
  cursor: pointer;
  right: 2%;
  bottom: 0%;
}
.mobilebannerclose {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0%;
  z-index: 3;
  background-image: url("../images/close.png");
  background-size: cover;
}
