.slickSlider {
    width: 100%;
    display: none;
    visibility: hidden;
}
.slick-gallery-item {
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin: 0 auto;
}
