.naidoc_banner {
  position: fixed;
  height: 2.614rem;/*lineheight + 2 * button_padding = 1.414 + 2*0.6 = 2.614*/
  bottom: 0;
  left: 7rem;
  width: 100%;
  max-width: 1625px;
  background: #000;
  color: #fff;
  user-select: none;
  z-index: 2;
}

@media (max-width: 768px) {
  .naidoc_banner {
    left: 2.667rem;
  }
}

.naidoc_banner .logo {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  background: url('./images/naidoc.png') center/contain no-repeat;
}

.naidoc_banner .button_cont {
  position: absolute;
  top: 0;
  right: 0;
}

.naidoc_banner .mca_button_text:after{
  filter: invert(1);
}

@keyframes naidoc_banner_anim {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.naidoc_banner .ticker_cont {
  position: absolute;
  width: calc(100% - 15.5235rem);/* logo + button = 6 + 9.5235 = 15.5235 */
  left: 6rem;
  margin: 0.6rem 0;
  height: calc(100% - 1.2rem);
  overflow: hidden;
}

@media (max-width: 860px) {
  .naidoc_banner .ticker_cont {
    width: calc(100% - 8.65rem);/* logo + button = 6 + 2.65 = 8.65 */
  }
}

.naidoc_banner .ticker_text {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  white-space: nowrap;
  padding-right: 2rem;
}

.naidoc_banner .ticker_text_2 {
  display: none;
}

@media (max-width: 860px) {
  .naidoc_banner .ticker_text {
    animation: naidoc_banner_anim infinite forwards 20000ms -18000ms linear;
  }

  .naidoc_banner .ticker_text_2 {
    display: block;
    animation: naidoc_banner_anim infinite forwards 20000ms -8000ms linear;
  }
}

.naidoc_banner .button_text_inner {
  display: inline;
}

@media (max-width: 860px) {
  .naidoc_banner .button_text_inner {
    display: none;
  }
}


@media (max-width: 860px) {
  .naidoc_banner .mca_button_text {
    padding: 0.6rem 1rem 0.6rem 1rem
  }
  .naidoc_banner .mca_button_text:after {
    margin-left: 0;
  }
}
