.banners-slider {
    width: 100%;
    max-width: 1125px;
    height: auto;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 278/101;
}

.slide1, .slide2, .slide3, .slide4 {
    background-size: auto;
    background-position: center;
    max-width: 1156px;
    height: 420px;
    position:relative;
    border-collapse: collapse;
}

.slide1{
    background-image: url(../../Images/slider/nupolar-magenta-bg.jpg);
}

.slide2{
    background-image: url(../../Images/slider/nupolar-blue-bg.jpg);
}

.slide3{
    background-image: url(../../Images/slider/ledpro-bg.jpg);
}

.slide4{
  background-image: url(../../Images/slider/nupolar-gray-4-bg.jpg);
} 

.leftTop {
    width: 281px;
    height: 96px;
    top: 40px;
    left: 40px;
    position:absolute;
}

.leftCenter {
    width: 173px;
    height: 168px;
    top: 157px;
    left: 96px;
    position: absolute;
    aspect-ratio: 69/67;
}

.leftBottom {
    width: 143px;
    height: 63px;
    bottom: 20px;
    left: 91px;
    position: absolute;
}

.leftBottomMagenta {
    width: 240px;
    height: 63px;
    bottom: 20px;
    left: 45px;
    position: absolute;
}
.leftBottomGray4 {
    width: 240px;
    height: 63px;
    bottom: 20px;
    left: 70px;
    position: absolute;
}

.rightBottom {
    width: 256px;
    height: 44px;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.rightBottomLedPro {
    width: 299px;
    height: 44px;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.slick-disabled:before {
    color: #999;
    opacity: 0.5;
}

/* Slider Buttons */
.previousBtn, .nextBtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.previousBtn:hover, .nextBtn:hover{
    filter: brightness(120%);
}

.previousBtn {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.nextBtn {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}