* {
  padding: 0;
  margin: 0;
}

body {
  background-image: url(../images/Ls_Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

img.Rona {
  height: 40vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

img.Close_Click,
.Closeclick {
  position: absolute;
  width: 4%;
  right: 0;
  top: 0;
  z-index: 111111;
}

img.Heading,
.Subheading {
  display: block;
  margin: auto;
  top: 5%;
  position: absolute;
}

img.Subheading {
  top: 12%;
}

img.Swipe {
  position: absolute;
  max-width: 100%;
  height: 30px;
  width: auto;
  bottom: 12%;
  left: 47%;
}

img.facebook {
  position: absolute;
  max-width: 270px;
  left: 60%;
  top: 32%;
}

img.Insta {
  position: absolute;
  max-width: 270px;
  left: 60%;
  top: 46%;
}

img.URL_link.ecl {
  position: absolute;
  max-width: 270px;
  left: 60%;
  top: 60%;
}

img.RockText,
.VampireText,
.BaseballText,
.GrouchoText {
  max-height: 65px;
  position: absolute;
  left: 11%;
  display: block;
  max-width: 394px;
  top: 18%;
}


img {
  width: 100%;
  height: auto;
}

img.ConnectShareTxt {
  position: absolute;
  max-width: 370px;
  left: 57%;
  top: 19%;
}

img.Slide1Image,
.Slide2Image,
.Slide3Image,
.Slide4Image {
  max-width: 360px;
  top: 30%;
  position: absolute;
  left: 11%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  right: 0%;
  top: 0%;
  left: auto;
  position: absolute;
}

.swiper-slide>img {
  width: 100%;
}

.Cta {
  position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  top: 80%;
  margin-top: 0;
  outline: 0;
  color: transparent;
}

.swiper-button-next>img,
.swiper-button-prev>img {
  width: 20px;
}

.swiper-button-next {
  right: 29%;
}

.swiper-button-prev {
  left: 36%;
}


.Heading,
.Subheading {
  width: 85%;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.Rona,
.Faces {
  width: 22%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  top: 25%;
}

.Cta {
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  bottom: 22.5%;
}

.facebook,
.Insta,
.URL_link {
  z-index: 100 !important;
}

.Heading>img,
.Subheading>img,
.Faces>img,
.Cta>img {
  width: 100%;
}


@media only screen and (orientation: portrait) {


  .Rona,
  .Faces {
    width: 50%;
    top: 28%;
  }

  .Heading,
  .Subheading {
    width: 88%;

  }

}

@media only screen and (max-height: 1100px) and (min-height: 900px) and (orientation: portrait) {
  .Heading {
    width: 65%;
  }

  .Rona,
  .Faces {
    width: 50%;
  }

  .swiper-button-next>img,
  .swiper-button-prev>img {
    width: 25px;
  }

  .swiper-button-prev {
    left: 38%;
  }

  .swiper-button-next {
    right: 38%;
  }
}

@media only screen and (orientation: landscape) {

  #ConnectShareTxt_2,
  #facebook_2,
  #Insta_2,
  #URL_link_2,
  #GrouchoText_2,
  #BaseballText_2,
  #VampireText_2,
  #RockText_2,
  #ConnectShareTxt_3,
  #facebook_3,
  #Insta_3,
  #URL_link_3,
  #GrouchoText_3,
  #BaseballText_3,
  #VampireText_3,
  #RockText_3,
  #LandscapeRock,
  #LandscapeVampire,
  #LandscapeBaseball,
  #LandscapeGroucho,
  .facebook,
  .Insta,
  .URL_link {
    z-index: 100 !important;
  }

  .Heading,
  .Subheading {
    width: 32%;

  }


  .Rona .Faces {
    width: 20%;
    top: 25%;
  }

  .Cta {
    width: 22%;
    bottom: 18%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 84%;
  }

  .swiper-button-next {
    right: 40.5%;
  }

  .swiper-button-prev {
    left: 42%;
  }

  .swiper-button-next>img,
  .swiper-button-prev>img {
    width: 25px;
  }

}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
img.Swipe {
  position: absolute;
  max-width: 100%;
  height: 30px;
  width: auto;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
}
@media only screen and (min-width: 799px) and (orientation: landscape) {
  .swiper-button-next {
    width: 150px;
    height: 151px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .swiper-button-prev {
    width: 150px;
    height: 151px;
    display: flex;
    align-items: end;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 805px) and (min-width: 799px) and (orientation: landscape) {
  .Heading {
    width: 45%;
    top: 8%;
  }

  .Rona,
  .Faces {
    width: 35%;
    top: 25%;
  }

  .Cta {
    width: 30%;
  }

  .swiper-button-next {
    top: 84%;
    right: 40%;
  }

  .swiper-button-prev {
    top: 84%;
    left: 41%;
  }
}

@media only screen and (max-width: 670px) and (orientation: landscape) {
  .Rona .Faces {
    width: 25%;
    top: 26%;
  }

  .swiper-button-next>img,
  .swiper-button-prev>img {
    width: 15px;
  }

  .swiper-button-next {
    right: 38%;
  }

}

@media only screen and (max-width: 470px) and (orientation: landscape) {
  .Rona .Faces {
    width: 30%;
  }
}

@media only screen and (max-width: 800px) {

  img.Slide1Image,
  .Slide2Image,
  .Slide3Image,
  .Slide4Image {
    max-width: 28%;
    left: 14%;
    top: 33%;
  }

  img.RockText,
  .VampireText,
  .BaseballText,
  .GrouchoText {
    max-height: initial;
    max-width: 37%;
  }

  img.ConnectShareTxt {
    max-width: 34%;
  }

  img.Insta,
  img.URL_link.ecl,
  img.facebook {
    max-width: 20%;
  }

  img.Close_Click,
  .Closeclick {
    width: 6%;
  }

  img.Swipe {
    position: absolute;
    max-width: 100%;
    height: 13px;
    width: auto;
    bottom: 5%;
    left: 47%;
  }

}

@media only screen and (max-height: 550px) and (orientation: portrait) {

  .Cta {
    bottom: 18%;
    width: 44%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 87%;
  }

  img.Swipe {
    position: absolute;
    max-width: 100%;
    height: 19px;
    width: auto;
    bottom: 7%;
    left: 45%;
  }
}

@media only screen and (min-width: 500px)and (max-width: 600px) and (orientation: landscape) {
  img.Swipe {
    bottom: 9%;
    left: 47%;
  }
}

@media only screen and (max-width: 350px) and (orientation: portrait) {

  img.Swipe {
    bottom: 7%;
    /* left: 44%; */
    height: 13px;
  }

  .swiper-button-next {
    right: 25%;
  }
}


@media only screen and (orientation: portrait) {

  img.Slide1Image,
  .Slide2Image,
  .Slide3Image,
  .Slide4Image {
    max-width: 40%;
    left: 30%;
    top: 18%;
  }

  img.Insta {
    max-width: 39%;
    top: 72%;
    left: 21%;
  }

  img.ConnectShareTxt {
    max-width: 50%;
    left: 25%;
  }

  img.Insta,
  img.URL_link.ecl,
  img.facebook {
    max-width: 50%;
    left: 25%;

  }

  img.facebook {
    top: 60%;
  }

  img.URL_link.ecl {
    top: 84%;
  }

  img.ConnectShareTxt {
    top: 51%;
  }

  img.RockText,
  .VampireText,
  .BaseballText,
  .GrouchoText {
    max-height: initial;
    max-width: 60%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}