span.anu-play-button-wrapper,
span.anu-zoom-button-wrapper {
  position: relative;
  display: block;
}
span.anu-play-button,
.acton .fotorama__stage .fotorama__video-play {
  position: absolute;
  background: url('//style.anu.edu.au/_anu/images/buttons/play-small.png') center no-repeat !important;
  background-size: 150px !important;
}
span.anu-zoom-button {
  position: absolute;
  background: url('//style.anu.edu.au/_anu/images/buttons/zoom-small.png') center no-repeat !important;
  background-size: 150px !important;
}
.w-doublenarrow .w-one-third span.anu-play-button,
.w-doublenarrow .w-one-third span.anu-zoom-button {
  background-size: 82px !important;
}
span.anu-play-button,
span.anu-zoom-button {
  width: 100%;
  height: 100%;
}

.hdr-uni .active {
  color: #000;
}

ul.single-multiple-list li:only-child {
  list-style: none;
  margin-left: -15px;
}
ul.single-multiple-list li:only-child a {
  text-decoration: underline;
}

/* Fotorama tweaks. */
.acton .anu-fotorama .fotorama__caption__wrap,
.acton .anu-showcase-instance .fotorama__caption__wrap {
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: 5px;
  background: #000;
  color: #fff;
}
.anu-showcase-instance {
  display: none;
}
body.fullscreen .anu-showcase-instance {
  display: block;
}

/* View - Logos: Logo vertically centered and resize */
.narrow-grid-logos .views-row {
  height: 100px;
  text-align: center;
  white-space: nowrap;
}

.narrow-grid-logos .views-row .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.narrow-grid-logos .views-row img{
  max-height: 99%;
  width: auto;
  vertical-align: middle;
}