Is there a way to adjust the size of controls in the bootstrap carousel using CSS? I'm working with Bootstrap 4 and have attempted the following, but it only seems to reposition them.
.carousel-contol-prev {
height: 26%;
top: 33%;
width: 200px;
}