/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0;
    padding-top: 45%;
    width: 100%; 
  }
}
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 36%;
    width: 100%; 
  }
 }

/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .kii--optical--row {
       display: flex;
       justify-content: space-around;
       margin: 40px 0px;
    }

    .text-half {
        width: 60%;
    }

    .img-half {
        width: 25%;
    }

    .product-feature-description {
        margin: 0 !important;
    }

    .product-feature-subtitle {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }

}

@media only screen and (min-width: 768px) {
  .kii--optical--row {
      align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .img-half {
      padding: 20px;
  }

  .product-feature-subtitle {
      margin-bottom: 20px !important
  }
}
@media only screen and (min-width: 1200px) {
  .main-description {
      font-size: 15.5px !important;
  }

  .text-half {
      width: 50%;
  }
}

/*# sourceMappingURL=optical-access.css.map */
