/*
.np-page-hero{
    position:relative;
    height:70vh;
    overflow:hidden;
}
*/
.np-hero-carousel{
    position:absolute;
    width:100%;
    height:100%;
}

.np-hero-slide{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity 1s ease;
}

.np-hero-slide.active{
    opacity:1;
}