.slider {
    width:100%;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.responsiveSlider {
    width:100%;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    /*background-color: #efefef;*/   
}

.slick-slide div img {
    width: 100% !important;
}

.slick-slide  {
    position: relative;
}

.sliderCaption {
    position: absolute;
    bottom:30px;
    background-color: rgba(0, 0, 0,0.7);
    color: #FFF !important;
    padding: 20px;
}

.sinistra {
    left:60px;
}

.destra {
    right:60px;
}

.centro {
    margin:0 auto;
}

.sliderCaption h2 {
    color: #FFF !important;
    font-weight: 500 !important;
}

.sliderCaption p {
    color: #FFF !important;
}

