<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#demos .owl-carousel {
    margin: 0;
}
#demos .owl-carousel .item {
    height: auto;
	border:solid 1px #d2edf8;
    background: #fff;
    padding: 0;
	padding:.5rem;
	text-align:center !important;
}
#demos .owl-carousel .item img {
    height:80px;
	width:auto;
	max-width:100%;
	margin:0 auto!important;
	
}
#demos .owl-carousel .item-video {
    height: 300px;
}
#demos #setup {
    margin-top: 4rem;
}
#demos .demo-list h5 {
    margin: 0;
}
#demos .owl-dots {
    display:none;
}
#demos .owl-nav {
    display:none;
}
@media only screen {
    .demo-list [class*="column"] + [class*="column"]:last-child {
        float: left;
    }
}</pre></body></html>