@media screen and (max-width:700px) {
    .carousel-inner {
        width: 107% !important;
        margin-left:-12px !important;
        overflow: hidden !important;
    }
}

.carousel_c img {
    width:100%;
}