@media (min-width: 1024px) {
    .ngparatileslider {
        z-index: 2;
    }
}
@media (max-width: 1023px) {
    .ngparatileslider {
        z-index: 1;
    }
}

.ngparatileslider {
    overflow: hidden;
    transform: translate3d(0,0,0);
    position: relative;
    margin: 0;
    padding: 0;
}

.ngparatileslider>div {
    position: absolute;
    bottom: 12px;
    height: 24px;
    left: 50%;
}

.ngparatileslider>div>a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.ngparatileslider>div>a.ngparatilesliderselected {
    background-position: -24px 0;
}


.ngparatileslider>a {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
}

.ngparatileslider>a:nth-of-type(1) {
    left: 8px;
    background-position: 0 0;
}

.ngparatileslider>a:nth-of-type(2) {
    right: 8px;
    background-position: -48px 0;
}

.ngparatileslider>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.ngparatileslider>ul>li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ngparatileslider>ul>li div {
    background-size: cover;
    transform: translate3d(0,0,0);
    position: absolute;
    top:0;
}

.ngparatileslider>ul>li a:focus-visible div {
    filter: brightness(50%) contrast(75%);
}

.ngparatileslider>ul>li a:focus-visible  {
    outline: none;
}