.overlay-slider{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
background: rgb(0, 0, 0);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.1355392498796394) 0%, rgba(0, 0, 0, 0.4296568969384629) 100%);
}
.my-slider{
       width: 100%;
       height: 100vh;
}
.my-slider>div {
    width: 100%;
    height: 100vh;
}

.my-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-prev,
.slick-next {
    display: block !important;
    z-index: 999;
     width: 40px !important;
     height: 40px !important;
     font-size: 30px;
}
.slick-arrow:before {
    font-size: 40px;
}
.slick-prev {
    left: 17px;
       
}

.slick-next {
    right: 17px;
}
.inner-slide{
    height: 100vh;
}