.tabletlandbanner {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 30%;
  bottom: 0%;
  background: white;
  cursor: pointer;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.tabletlandtext img,
.tabletlandplus img {
  width: 100%;
  height: 100%;
}
.tabletlandbannerimg {
  width: 42%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/banner_img.png");
  background-size: 100% 100%;
}
.tabletlandtext {
  width: 25%;
  height: 10%;
  right: 2%;
  top: 31%;
  position: absolute;
}
.tabletlandbannerlogo {
  width: 29%;
  height: 55%;
  background-image: url(../images/corolla_logo.png);
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.tabletlandlearnmore {
  width: 16%;
  height: 20%;
  background-image: url(../images/learnMoreCta.png);
  background-size: cover;
  position: absolute;
  right: 10%;
  top: 54%;
}
.tabletlandplus {
  width: 6%;
  position: absolute;
  cursor: pointer;
  right: 1%;
  top: 52%;
}
.tabletlandclose {
  width: 20px;
  height: 20px;
  float: right;
  z-index: 3;
  background-image: url("../images/close.png");
  background-size: cover;
}
