.boishakh-carousel-videoclips,
.boishakh-carousel-ads,
.boishakh-carousel-shows {
    position: relative;
}
.bc-item {
    background: blue;
    float: left;
    overflow: hidden;
}
.bc-container {
    overflow: hidden;
    margin: auto;
}
.bc-content {
    width: auto;
    transition: 1s;
}
.prev {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    color: white;
    padding: 14px 14px;
}
.next {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: white;
    padding: 14px 14px;
}
img {
    width: 100%;
    height: auto;
}