.overflow{
	overflow:hidden;
}
.hide{
	display:none;
}
ul.lightgallery, ul.video {
	padding: 0;
}
.lightgallery img{
	position: relative;
    width: 100%;
}
.lightgallery li, .video li{
	float:left;
	width:30.5%;
	margin: 5px .25%;
	height: 230px;
	overflow:hidden;
	border: 1px solid white;
}
.video li{
	height: auto;
}
.lightgallery li a{
	margin:0;
}
.imgposmobile img {
    position: relative;
    bottom: 90px;
    right: 105px;
}
.gallery-thumb{
	float:left;
	width:220px;
	display:inline;
	margin:0 6px;
}
.gallery-thumb img{
	width:220px;
	height:150px;
	border:1px solid #000;
}
.lg-sub-html p {
    line-height: 20px;
}