Use this :
This one is used to display the description with heading and button.
@media (max-width: 767px) {
.carousel-caption .lead {
display: block;
}
}
This one is used to display left/right sidebar on mobile.
@media (max-width: 979px) {
.span3.left.tc-sidebar {
display: block;
}
}
Cheers