.slider-label {
    position: absolute;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /*opacity: 0.8;*/
    background-color: white;
    border-radius: 25px;
}
