.more-slideshow-demos {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}

.more-slideshow-demos > li {
    flex-basis: 250px;
    /* width: 350px; */
}
@media only screen and (max-width: 990px) {
.more-slideshow-demos {
    gap: 10px;
}
.more-slideshow-demos > li {
    flex-basis: 210px;
    /* width: 350px; */
}
}
.more-slideshow-demos h5 {
	    font-weight: 700;
    margin-top: 7px;
        width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
        line-height: 21px;
}
.slideshow-demos-desc {
display: none;	
}

.flipbook-invisible-path {
    font-size: 0;
}