I have a bootstrap carousel that is used in one page. Right now, I have to use it in two or three more pages but in these cases the size has to be different from the first one. So if I use the css of the first carousel for all, all the modifications affects to all the carousels. So I can't manage them correctly. What is the best way to manage several carousels in a project with different size?
Thank you in advanced.