.slider1 {
  position: relative;
width: 100%;
text-align: left;
background-color:#000;
text-transform: uppercase;
}

 
.bottom-left {
color: #fff;
  position: absolute;
width: 95%;
  bottom: 15px;
  left: 0px;
background-color: rgba(0,0,0,0.4); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; 
padding: 0 10px 9px 20px;
}
.bottom-left a {
color: #fff; 
text-transform: uppercase;
font-weight: 900;
}
