.expand {
  width: 100%;
  height: 100%;
  background-image: url("../images/citySlideBg.jpg");
  background-size: cover;
}
.expandclose {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0%;
  background-image: url("../images/close.png");
  background-size: cover;
}
.videoclose {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0%;
  background-image: url("../images/close.png");
  background-size: cover;
}
.headlinetxt img,
.logo img,
.learnmorecta img {
  width: 100%;
  height: auto;
}
.learnmorecta {
  width: 15%;
  position: absolute;
  bottom: 2%;
  right: 7%;
}
.logo {
  width: 25%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.headlinetxt {
  width: 25%;
  position: absolute;
  bottom: 10%;
  right: 3%;
}
.videoposter {
  background-image: url("../images/poster.png");
  background-size: cover;
  width: 33%;
  height: 65%;
  position: absolute;
  right: 10%;
  top: 10%;
}
.videooverlay {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  display: none;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.desktopswiper {
  width: 55%;
  position: absolute;
  height: 71%;
  top: 25%;
  left: 5%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

.swiper-button-next {
  background-image: url("../images/right_black.png");
  right: 36%;
  left: auto;
}
.swiper-button-prev {
  background-image: url("../images/left_black.png");
  left: 36%;
  right: auto;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}
.Slide1 {
  width: 100%;
  height: 100%;
  background-image: url("../images/slide1.png");
  background-size: 100% 100%;
}
.Slide2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/slide4.png");
  background-size: 100% 100%;
}
.Slide3 {
  width: 100%;
  height: 100%;
  background-image: url("../images/slide3.png");
  background-size: 100% 100%;
}
.Slide4 {
  width: 100%;
  height: 100%;
  background-image: url("../images/slide2.png");
  background-size: 100% 100%;
}
