
 
  
  
  .desktop {display: block;}
    .mobile {display: none;}
    
      @media screen and (max-width: 650px) {
    .desktop {display: none;}
    .mobile {display: block;}
          .promoSticker {display: block;}
      }
       
  

    .carousel-control-next,
    .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
    }
  
    .rotationContainer {display: block; position: relative; height: 33.5em;  background-position: center;   background-repeat: no-repeat;   background-size: cover;}
  
  
    .carsl-left {display: block; width: 50%; position: absolute; left:0px; top: 0px;
      background-position: center;   background-repeat: no-repeat;   background-size: cover;
      text-align: center; 
      padding: 30px; font-size: 2em; height: 100%;}
  
    .carsl-right {display: block; width: 50%; position: absolute; left: 50%; height: 100%; text-align: center; padding: 5% 7%; }
  
    .slide1 { background-image: url('/Images/atmc/site/images/wireless-devices/NewFolder_1_/image001.jpg');}
  
    .slide2 { background-image: url('/Images/atmc/site/images/wireless-devices/NewFolder_1_/image002.jpg');}
  
    .slide3 { background-image: url('/Images/atmc/site/images/wireless-devices/NewFolder_1_/image002.jpg');}
  
    .slide4 { background-image: url('/Images/atmc_focusbroadband/atmc/site/images/wireless-devices/NewFolder/BYOD__200_off_Banner.png');}
  
    .carousel-control-prev {
      left: -60px;
    }
  
    .carousel-control-next {
      right: -60px;
    }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
  
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
	border-radius: 11px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(0,0,0,.2);

}
  .carousel-indicators .active {
    background-color: #00000075;
}
  
    @media screen and (max-width: 1450px) {
      .rotationContainer {display: block; position: relative; height:25em;}
      .carsl-left {display: block; width: 50%; position: absolute; left:0px; top: 0px;
        background-position: center;   background-repeat: no-repeat;   background-size: cover;
        text-align: center; 
        padding: 30px; font-size: 2em; height: 100%;}
  
      .carsl-right {display: block; width: 50%; position: absolute; right: 0; height: 100%; text-align: center; padding: 5% 3%; }
    }
  
  
    @media screen and (max-width:1000px) {
      .rotationContainer {display: block; position: relative; height: 14em;}
      .carsl-left {display: none; width: 50%; position: absolute; left:0px; top: 0px;
        background-position: center;   background-repeat: no-repeat;   background-size: cover;
        text-align: center; 
        padding: 30px; font-size: 2em; height: 500px;}
  
      .carsl-right {display: block; width: 100%; position: absolute; left: 0; height: 200px; text-align: center; padding: 5% 3%; }
    }
  @media screen and (max-width: 767px) {
	.page-main2 h1.bannerTitle {
	font-size: 34px;
	max-width: inherit;
}
	.page-main2 p {
	font-size: 18px;
	padding: 0 14px;
	  width: inherit;
}
  }
  
  
