.black_bandeau{
    font-style: italic;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
}

.rslides .caption{
    position: absolute;
    font-size: 28px;
    color: white;
}

.rslides_nav,
.rslides_nav:hover{
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 85px;
    color: transparent;
    text-indent: -9999px;
}

.rslides_nav.prev, .rslides_nav.next{
    top: 50%;
    transform: translateY(-50%);
}

.rslides_nav.prev{
    left: 20px;
    background: url("/images/Sl-P.png") no-repeat center;
}

.rslides_nav.next{
    right: 20px;
    background: url("/images/Sl-N.png") no-repeat center;
}

.disclaimer-text p{
    font-size: 14px;
    margin: 20px 0;
}

.blue_arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    background-color: #fff;
    border-top: 22px solid #2F97DE;
}

@media only screen and (max-width: 768px) {
    .rslides .hero-image{
        min-height: 100%;
    }

    .rslides_nav{
        display: none;
    }
}
