/* .slick-prev, .slick-next {
    z-index: 20;
} */

.hatch-prev {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 100;
    width: 30px;
    opacity: .6;
}

.hatch-next {
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 100;
    width: 30px;
    opacity: .6;
}

.hatch-prev figure, .hatch-next figure {
    z-index: 100;
    position: relative;
}

.hatch-prev:hover, .hatch-next:hover {
    cursor: pointer;
    opacity: 1;
}

@media screen and ( max-width: 1366px ) {
    .hatch-prev {
        left: 5%;
    }

    .hatch-next {
        right: 5%;
    }
}

@media screen and ( max-width: 768px ) {
    .hatch-prev {
        left: 0;
    }

    .hatch-next {
        right: 0;
    }
}


/* dots */
.slick-dots {
    z-index: 50;
}

.slick-dots li button:before {
    content: "";
}

.slick-dots li.slick-active button:before {
    background: #fff;
}

.slick-dots li button {
    border: 1px solid #fff;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button, .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    padding: 0;
}
