.jp-desktop-image-caurosel{
    position: relative;
}

.jp-desktop-image-caurosel .jp-button-back{
    background-image: url("../img/carousel-left-arrow.svg") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 47px;
    height: 47px;
    text-decoration: none;
    outline: none;
    border-width: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-radius: 100%;
    margin-left: 27px;
    top: 50%;
    position: absolute;
    background-position-x: unset;
    transform: rotate(180deg);
}

.jp-desktop-image-caurosel .jp-button-back:disabled {
    display: none;
}

.jp-desktop-image-caurosel .jp-button-next{
    background-image: url("../img/carousel-left-arrow.svg") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 47px;
    height: 47px;
    text-decoration: none;
    outline: none;
    border-width: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 27px;
    top: 50%;
    position: absolute;
    right:0;
    background-position-x: unset;
    z-index: 2;
}
.jp-desktop-image-caurosel .jp-button-next:disabled {
    display: none;
}

.jp-desktop-image-caurosel .jp-real-number-image li{
    border-left: 4px solid #fff
}

.jp-desktop-image-caurosel .jp-real-number-image li:first-child{
    border-left: none;
}


.jp-desktop-image-caurosel .jp-real-number-image img {
    width: 100%;
    height: 100%;
   
}
.jp-desktop-image-caurosel .jp-close{
    background-image: url("../img/carousel-left-arrow.svg") ;
    background-repeat: no-repeat;
    background-position: center;
    width: 47px;
    height: 47px;
    text-decoration: none;
    outline: none;
    border-width: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
    border-radius: 100%;
    margin-left: 27px;
    top: 50%;
    left: 20px;
    position: absolute;
    background-position-x: unset;
    transform: rotate(180deg);
    display: none;
}

.jp-desktop-image-caurosel .jp-opacity {
    opacity: 0.5;
}

.jp-desktop-image-caurosel .carousel__slide-focus-ring{
    outline: none
}

.jp-desktop-image-caurosel  .horizontalSlider___281Ls {
    position: relative;
    overflow: hidden;
    top: 20px;
    margin-bottom: 20px;
}