/*---------------------------------------------- Page Layout Project----------------------------------------------*/



/*---- Width Calculation (1720px Resolution X Percentage) - 200px (Note: 568px Threshbold)---*/



.swiper-slide.slide-main:nth-child(1) {

  width: 50%;

  min-width: 568px;

  background-color:#000;

  background-image:url('../img/home/IMG_20201020_110740--YES-HDR.jpg');

  background-position: 50% center;

  background-repeat: no-repeat;

  background-size: cover;

}



.swiper-slide.slide-main:nth-child(2) {

  width: 30%;

  min-width: 488px;

  background-color:#000;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  /*--background-image: url("../img/patterns/100x100_Airxon_wood1.png");--*/

}



.swiper-slide.slide-main:nth-child(2) .billboard-container {

  border-top:10px solid #fff;

  border-right:0px solid #fff!important;

  border-bottom:10px solid #fff;

  border-left:10px solid #fff;

}



.swiper-slide.slide-main:nth-child(3) {

  width: 50%;

  min-width: 568px;

  background-color:#000;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  /*--background-image: url("../img/patterns/100x100_Airxon_wood1.png");--*/

}



.swiper-slide.slide-main:nth-child(3) .billboard-container {

  border-top:10px solid #fff;

  border-right:10px solid #fff;

  border-bottom:10px solid #fff;

  border-left:0px solid #fff!important;

}





.swiper-slide.slide-main:nth-child(4) {

  width: 65%;

  min-width: 600px;

  background-color:#444;

  background-image: url('../img/about/Airxon-branding-2.jpg');

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.swiper-slide.slide-main:nth-child(5) {

  width: 50%;

  min-width: 568px;

  background-color:#888;

  background-image:url('../img/about/Airxon-about-testimonialbg.jpg');

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}

.swiper-slide.slide-main:nth-child(6) {

  width: 80%;

  min-width: 668px;

  background-color:#141213;

}

.swiper-slide.slide-main:nth-child(7) {

  width: 80%;

  min-width: 668px;

  background-color:#141213;

}

video.video-cauldron {
  mix-blend-mode: lighten!important;
  z-index: -9999;
}

#swipe16 .middle-top {
    top: 8vh;
}



@media screen and (max-width: 768px) {

  .swiper-slide.slide-main:nth-child(2) .billboard-container {

      border-top: 10px solid #fff;

      border-right: 10px solid #fff!important;

      border-bottom: 0px solid #fff;

      border-left: 10px solid #fff;

  }

  .swiper-slide.slide-main:nth-child(3) .billboard-container {

      border-top: 0px solid #fff;

      border-right: 10px solid #fff;

      border-bottom: 10px solid #fff;

      border-left: 10px solid #fff!important;

  }

  /*--
  #swipe16 .middle-top h1.callout-headline:nth-child(2) {
      font-size: calc(8vh + 1.25vw)!important;
      margin-bottom: 0px;
  }
  --*/

  #swipe16 .middle-top h1.callout-headline:nth-child(1) {
      font-size: calc(2vh + 1.25vw)!important;
      margin-bottom: 0px;
  }

  #swipe16 .middle-top h1.callout-headline:nth-child(2) {
      font-size: calc(5.25vh + 1.25vw)!important;
      margin-bottom: 45vh;
  }

  #swipe16 .middle-top {
      padding-top: 8vh!important;
  }

  #swipe1 h1.overview-headline {
      font-size: 10vh;
  }
	
  .profile-signature {
    max-width: 90px!important;
  }

  .platform-left, .platform-right {
    display: none!important;
  }
}