/* CUSTOM STEPTHROUGH, 2020 */
.firstcharacter {
    float: left;
  font-family: Georgia, serif;
    font-size: 80px;
    line-height: 68px;
    padding-top: 4px;
    padding-right: 8px;
  }

#stepthrough #slider p {
  text-align: left;
  position: absolute;
  right: 0;
  overflow: auto;
  margin: 24% 6% 0 2%;
    height: 70%;
    width: 38%;
  font-size: 0.8em;
}
#stepthrough #slider {
  background-image: url('/modules/custom/nzhistory_stepthrough/data/springbok/images/basemap.svg');
  background-size: auto;
  background-repeat: no-repeat;
}
#stepthrough #slider p.single-line-title {
    margin-top: 20.5%;
}

@media all and (min-width: 600px) {
  #stepthrough #slider p {
    font-size: 1em;
  }
}

@media all and (max-width: 600px) {
  #resource ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  #resource ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  .firstcharacter {
    font-size: 55px;
    line-height: 44px;
  }
}
