.banner-carousel,
.banner-carousel .owl-carousel {
    height: 190px;
}
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .carousel-slide img {
    height: 140px;
}
.banner-carousel .owl-carousel .owl-nav button.owl-next,
.banner-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
    background-position: center !important;
    width: 30px;
    height: 30px;
}
.banner-carousel .owl-carousel .owl-nav button.owl-next {
    background: url('http://style.anu.edu.au/_anu/images/icons/web/next.png') no-repeat;
}
.banner-carousel .owl-carousel .owl-nav button.owl-next:hover {
    background: url('http://style.anu.edu.au/_anu/images/icons/web/next-over.png') no-repeat;
}
.banner-carousel .owl-carousel .owl-nav button.owl-prev {
    background: url('http://style.anu.edu.au/_anu/images/icons/web/prev.png') no-repeat;
}
.banner-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background: url('http://style.anu.edu.au/_anu/images/icons/web/prev-over.png') no-repeat;
}

.banner-carousel .carousel-slide img {
    width: auto !important;
}

.banner-carousel-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(1, 1, 1, .9);
}

.banner-carousel-fullscreen a.link-exit-fullscreen {
    position: absolute;
    display: block;
    padding: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    text-decoration: none;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
}

.banner-carousel-fullscreen .fullscreen-contents {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-carousel-fullscreen .fullscreen-contents img {
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
}

