.ba-slider {
    position: relative;
    direction: ltr;
    height: 460px;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(50, 50, 60, .15);
    box-shadow: 0 2px 4px 0 rgba(50, 50, 60, .15);
}
.ba-slider img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.ba-slider .handle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 64px;
    color: #fff;
    padding: 0;
    margin: -22px 0 0 -27px;
    border: none;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='232' viewBox='0 0 334 232' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M146.536 17.8742V216.529C146.536 230.285 127.819 237.173 116.873 227.447L5.08911 128.119C-1.69637 122.09 -1.69637 112.313 5.08911 106.284L116.873 6.95648C127.819 -2.77076 146.536 4.11859 146.536 17.8742Z' fill='white'/%3E%3Cpath d='M187 216.126V17.4708C187 3.71527 205.717 -3.17332 216.663 6.55315L328.447 105.881C335.233 111.91 335.233 121.687 328.447 127.716L216.663 227.044C205.717 236.771 187 229.881 187 216.126Z' fill='white'/%3E%3C/svg%3E");
}

.ba-slider .handle.ba-draggable::after {
    width: 45px;
    height: 45px;
    font-size: 16px;
    margin: -18px 0 0 -20px;
    background-size: 40px;
}

.ba-slider .handle {
    background-color: rgba(255, 255, 255, .7);
}

.ba-slider .ba-slider-name {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.ba-slider .ba-slider-name-item {
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1024px) {
    .profolio-project-cards {
        height: auto;
        overflow: inherit;
    }
    
    .ba-slider,
    .profolio-project-img {
        height: 45vw;
    }
}

@media (max-width: 700px) {
    .ba-slider .ba-slider-name {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .ba-slider-content{
        padding: 0 !important;
    }
    .ba-slider{
        margin-bottom: 0 !important;
    }
}