.mobilelandbanner {
  position: absolute;
  width: 99%;
  margin: 0 auto;
  height: 30%;
  bottom: 0%;
  background: white;
  cursor: pointer;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.mobilelandtext img,
.mobilelandplus img {
  width: 100%;
  height: 100%;
}
.mobilelandbannerimg {
  width: 42%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/banner_img.png");
  background-size: 100% 100%;
}
.mobilelandtext {
  width: 25%;
  height: 12%;
  right: 2%;
  top: 31%;
  position: absolute;
}
.mobilelandbannerlogo {
  width: 28%;
  height: 69%;
  background-image: url(../images/corolla_logo.png);
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.mobilelandlearnmore {
  width: 18%;
  height: 30%;
  background-image: url(../images/learnMoreCta.png);
  background-size: cover;
  position: absolute;
  right: 8%;
  top: 54%;
}
.mobilelandplus {
  width: 6%;
  position: absolute;
  cursor: pointer;
  right: 1%;
  top: 52%;
}
.mobilelandclose {
  width: 20px;
  height: 20px;
  float: right;
  z-index: 3;
  background-image: url("../images/close.png");
  background-size: cover;
}
