
.slider{
    position: relative;
    user-select: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider{
        position: absolute;
        user-select: none;
    }
}
