Ah I see, in that case, change the following code like so:
slideshow-component .slideshow__controls {
position: absolute;
top: 50%;
transform: translateY(-50%);
border: none;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}