.nn9-slider {
  background: #939393;
  position: relative; }

.nn9-slide {
  position: relative;
  height: 260px;
  background: no-repeat;
  background-size: cover;
  background-position: center; }
  .nn9-slide a:hover {
    text-decoration: none; }
  .nn9-slide:after {
    background: black;
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.5; }

.nn9-slide__content {
  position: relative;
  padding: 0 70px;
  margin: 0 auto;
  z-index: 1;
  width: 100%; }

.nn9-slde__hdtext {
  color: white;
  font-size: 1.7rem !important;
  line-height: 2.2rem !important;
  /*	font-size: 27px !important;
    line-height: 35px !important;*/
  font-weight: 100;
  margin: 0px  !important;
  padding: 0px !important; }
  @media screen and (max-width: 768px) {
    .nn9-slde__hdtext {
      font-size: 1.5rem !important;
      line-height: 1.5rem !important; } }
  @media screen and (max-width: 400px) {
    .nn9-slde__hdtext {
      font-size: 1.3rem !important;
      line-height: 1.2rem !important; } }

.nn9-slider__controls {
  z-index: 2;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .nn9-slider__controls .slick-dots li {
    float: left;
    display: block;
    white-space: nowrap; }
  .nn9-slider__controls .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
    margin: 5px;
    background: white; }
  .nn9-slider__controls .slick-dots li.slick-active button {
    background: #fa821e; }

.nn9-slider__dots {
  pointer-events: auto;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0; }
  .nn9-slider__dots ul {
    padding: 0px;
    margin: 0px;
    display: inline-block !important; }

.nn9-slider__previous {
  pointer-events: auto;
  position: absolute;
  left: 20px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/home-prev.png);
  height: 47px;
  width: 30px; }

.nn9-slider__next {
  pointer-events: auto;
  position: absolute;
  right: 20px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background-image: url(https://www.gemalto.com/_catalogs/masterpage/Gemalto/assets/home-next.png);
  height: 47px;
  width: 30px; }
