/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.slider-social {
    right: 0;
    position: absolute;
    top: 25%;
    z-index: 1;
}

.slider-social ul li {
    list-style: none;
}

@media(max-width: 1024px){
    .slider-social {
        display: none;
    }
}