.carousel .item {
    width: 100% !important; /*slider width*/
    max-height: 600px !important; /*slider height*/
}
.carousel .item img {
    width: 100% !important; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none !important;
    border: none !important;
    top: 50% !important;
}
/*full width container*/
@media (max-width: 767px) {
    .block {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}