<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lg-video-play
{

}
.gal
{
 width: 300px;
    height: 260px;
}
.lg-holder
{
margin-bottom:20px !important;
}

.lg-holder {
    position: relative;
    display: inline-block;
    width: 30vw !important;
    margin-bottom: 3px;
	margin-right:10px;
}

#lg-download
{
display:none !important;
}

.caption span{
    width: 392px;
    height: 79px;  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.pagination {list-style:none; margin:0px; padding:0px; margin-top:30px;

}  
.pagination li{float:left; margin:3px;}  

.pagination .active{
    border: none;
    background: #46B64A;
    color: white !important;
display: inline-block;
    padding: 5px 12px;
    margin-right: 4px;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
	border-radius: 3px;
}
.goto, .goto_next, .inactive, .goto_previous{
    display: inline-block;
    padding: 5px 12px;
    margin-right: 4px;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #46B64A !important;
}
</pre></body></html>