.el-carousel {
height: 100% !important;
}
.el-carousel >>> .el-carousel__container {
height: 100% !important;
}
.el-carousel >>> .el-carousel__button {
background-color: #004f80;
width: 15px;
height: 4px;
border-radius: 3px;
}
.el-carousel >>> .el-carousel__arrow {
width: 26px !important;
height: 26px !important;
}
.el-carousel >>> .el-carousel__arrow--left {
left: 0px !important;
}
.el-carousel >>> .el-carousel__arrow--right {
right: 0px !important;
}
.el-carousel >>> .is-active {
.el-carousel__button {
background-color: #35b1ff;
}
}