.tabletlandexpand {
  width: 100%;
  height: 100%;
  background-image: url("../images/citySlideBg.jpg");
  background-size: cover;
}
.tabletlandmain {
  width: 79.5%;
  height: 79.5%;
  top: -10%;
  left: 0%;
  bottom: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden;
  position: absolute;
}
.tabletlandexpandclose {
  cursor: pointer;
  width: 25px;
  height: 25px;
  float: right;
  background-image: url("../images/close.png");
  background-size: cover;
}
.tabletlandheadlinetxt img,
.tabletlandlogo img,
.tabletlandlearnmorecta img {
  width: 100%;
  height: auto;
}
.tabletlandlearnmorecta {
  width: 27%;
  position: absolute;
  bottom: 2%;
  right: 10%;
}
.tabletlandlogo {
  width: 25%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.tabletlandheadlinetxt {
  width: 34%;
  position: absolute;
  bottom: 15%;
  right: 5%;
}
.tabletlandvideo {
  width: 35%;
  height: 40%;
  position: absolute;
  right: 10%;
  top: 35%;
}
.tabletlandvideoposter {
  background-image: url(../images/poster.png);
  background-size: cover;
  background-position: center center;
  width: 45%;
  height: 65%;
  position: absolute;
  right: 8%;
  top: 6%;
}
.tabletlandvideooverlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  display: none;
}
.tabletlandvideo {
  position: absolute;
  top: 16%;
  left: 25%;
  display: none;
}

.tabletlandswiper {
  width: 54%;
  position: absolute;
  height: 60%;
  top: 25%;
  left: 5%;
}

.tabletlandswiper .swiper-button-next,
.tabletlandswiper .swiper-button-prev {
  position: absolute;
  bottom: -2% !important;
  top: auto !important;
  background-size: 28px 28px !important;
}

.tabletlandswiper .swiper-button-next {
  background-image: url("../images/right_black.png");
  right: 15%;
  left: auto;
}
.tabletlandswiper .swiper-button-prev {
  background-image: url("../images/left_black.png");
  left: 20%;
  right: auto;
}
.tabletlandswiper .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 9px;
  left: 0;
  width: 100%;
  margin: 0 5px;
}
.tabletlandswiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
