Карусель в разным transform: scale элементов в стиле сторис

/*Stories*/
.stories>.w-grid-list.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item.active.center {
transform: scale(1.1)!important;
}
.stories>.w-grid-list.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item.active, .stories>.w-grid-list.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item, .stories>.w-grid-list.owl-carousel>.owl-stage-outer>.owl-stage>.owl-item.cloned {
transform: scale(0.8);
}
.stories>.w-grid-list.owl-carousel>.owl-dots {
margin-top: 0!important;
}
.stories>.w-grid-list.owl-carousel>.owl-dots>.owl-dot.active span {
background: #fff;
}
.stories>.w-grid-list.owl-carousel>.owl-dots>.owl-dot span {
background: #ffffff50;
border: 0;
width: 45px;
height: 3px;
border-radius: 0;
margin: 3px;
}
/*End stories*/