.press .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    border-radius: 12px;
    border: 1px solid #7F7F7F;
    float: left;
    display: block;
    margin: 10px;
}

.press .owl-controls {
    text-align: center;
}

.press .owl-controls .owl-page {
    display:inline-block;
}

.press .owl-controls .owl-page.active span {
    width: 0px;
    height: 0px;
    border-width:4px;
}

.press .owl-prev {
    width: 32px;
    height: 32px;
    background: url('http://style.anu.edu.au/_anu/4/style/fotorama.png') no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 40%;
    left: 20px;
    opacity: 0;
}

.press .owl-next {
    width: 32px;
    height: 32px;
    background: url('http://style.anu.edu.au/_anu/4/style/fotorama.png') no-repeat;
    background-position: -32px 0;
    text-indent: -9999px;
    position: absolute;
    top: 40%;
    right: 20px;
    opacity: 0;
}

.press.owl-carousel:hover .owl-next,
.press.owl-carousel:hover .owl-prev {
    transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .3s;
    opacity: 1;
}

/* First */
.owl-wrapper :not(.active) + .active .owl-overlay {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -2px;
    
    /* Gradient */
    
    background: -moz-linear-gradient(right,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


/* last ( 5th element ) */

.owl-wrapper .active + .active + .active + .active + .active .owl-overlay {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -2px;
    
    /* Gradient reverse */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

/* last element (entire carousel) */
.owl-wrapper .owl-item:last-child .owl-overlay {
    display: none!important;
}

/* Repsonsive 3 title display */

@media only screen and (max-width: 719px) and (min-width: 481px){
    .owl-wrapper .active + .active + .active .owl-overlay {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -2px;
    
    /* Gradient reverse */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }
}

@media only screen and (max-width: 480px){
    .owl-overlay {
        display: none!important;
    }
}