/* Fix for homepage slider background image stacking (reported by Michalis) */
.tp-revslider-slidesli .slotholder:nth-child(1) {
    z-index: 1 !important;
    opacity: 0.8 !important;
}
