.mobilelandexpand {
  width: 100%;
  height: 100%;
  background-image: url("../images/citySlideBg.jpg");
  background-size: cover;
}
.mobilelandmain {
  width: 76%;
  height: 76%;
  top: -12.5%;
  left: 0.25%;
  bottom: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden;
  position: absolute;
}
.mobilelandexpandclose {
  cursor: pointer;
  width: 25px;
  height: 25px;
  float: right;
  background-image: url("../images/close.png");
  background-size: cover;
}
.mobilelandheadlinetxt img,
.mobilelandlogo img,
.mobilelandlearnmorecta img {
  width: 100%;
  height: auto;
}
.mobilelandlearnmorecta {
  width: 25%;
  position: absolute;
  bottom: 2%;
  right: 10%;
}
.mobilelandlogo {
  width: 25%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.mobilelandheadlinetxt {
  width: 34%;
  position: absolute;
  bottom: 15%;
  right: 5%;
}
.mobilelandvideo {
  width: 35%;
  height: 40%;
  position: absolute;
  right: 10%;
  top: 35%;
}
.mobilelandvideoposter {
  background-image: url("../images/poster.png");
  background-size: cover;
  width: 33%;
  height: 65%;
  position: absolute;
  right: 10%;
  top: 10%;
}
.mobilelandvideooverlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  display: none;
}
.mobilelandvideo {
  position: absolute;
  top: 20%;
  left: 30%;
  display: none;
}

.mobilelandswiper {
  width: 55%;
  position: absolute;
  height: 71%;
  top: 25%;
  left: 5%;
}

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

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