

/* Start:/local/components/darneo/photo.gallery/templates/slider_v1/style.css?1587819440659*/
.simple-gallery a:nth-child(n+6) {
    display: none;
}

.simple-gallery.show-image a:nth-child(n+6) {
    display: block;
}
@media (max-width: 479px) {
    .simple-gallery a:nth-child(n+3){
        display: none;
    }

    .simple-gallery.show-image a:nth-child(n+3) {
        display: block;
    }
}
@media (max-width: 767px) {
    .simple-gallery a:nth-child(n+4) {
        display: none;
    }

    .simple-gallery.show-image a:nth-child(n+4) {
        display: block;
    }
}
@media (min-width: 768px) {
    .simple-gallery a:nth-child(n+6) {
        display: none;
    }
    .simple-gallery.show-image a:nth-child(n+6) {
        display: block;
    }
}
/* End */
/* /local/components/darneo/photo.gallery/templates/slider_v1/style.css?1587819440659 */
