.tabletbanner {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  background: white;
  background-position: center;
  width: 100%;
  height: 30%;
  z-index: 2;
}
.tabletbannerimg {
  width: 60%;
  height: 65%;
  position: absolute;
  right: 0%;
  background-image: url("../images/banner_img.png");
  background-size: 100% 100%;
}
.tabletbannerlogo {
  width: 30%;
  height: 65%;
  background: url(../images/banner_logo.png);
  background-size: cover;
  position: absolute;
  left: 3%;
  top: 17%;
}
.tablettext {
  width: 52%;
  position: absolute;
  right: 4%;
  bottom: 21%;
}

.tablettext img,
.tabletplus img {
  width: 100%;
  height: auto;
}
.tabletlearnmore {
  width: 29%;
  height: 20%;
  background-image: url(../images/learnMoreCta.png);
  background-size: cover;
  position: absolute;
  right: 20%;
  bottom: 2%;
}
.tabletplus {
  width: 8%;
  margin-top: 5%;
  position: absolute;
  cursor: pointer;
  right: 6%;
  bottom: 0%;
}
.tabletbannerclose {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0%;
  z-index: 3;
  background-image: url("../images/close.png");
  background-size: cover;
}
