#photosgallery {
	overflow: hidden;
	width: 100%;
	background: #161616;
}

#photosgallery .photos-title {
	width: 100%;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 25px;
	padding: 1rem 0;
}

#photosgallery .photos-content {
	position: relative;
	padding: 0 1rem;
	width: 100%;
}

#photosgallery .photos-content .carousel{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0px 30px;
}

#photosgallery .photos-content .carousel .mask{
	width: 100%;
	overflow: hidden;
}

#photosgallery .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;	
	text-align: center;
}


#photosgallery .album-img {
    width: 100%;
    height: 230px;
}

#photosgallery .slideset .slide img {
    object-fit: cover;
    width: auto;
    height: 300px;
}

#photosgallery .slideset .slide .box {
	overflow: hidden;
	position: relative;
	padding: 0.5rem 0.2rem;
}

#photosgallery .slideset .slide .box a{
	overflow: hidden;
	display: block;
	height: 100%;
}

#photosgallery .slideset .slide .box a:hover .album-info{
	background: rgba(0,0,0,0.8);
	transition: all 0.2s ease;
}

#photosgallery .album-photo {
	padding: 0 5px;
	overflow: hidden;
	height: 128px;
	width: 128px;
	position: relative;
	z-index: 1;
}

#photosgallery .album-info {
	padding: 0.5rem 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 3rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#photosgallery .album-info .info {
	font-size: 15px;
}

#photosgallery .mask .btn-prev i, #photosgallery .mask .btn-next i{
	color: #fff;
}

#photosgallery .mask .btn-prev i:hover, #photosgallery .mask .btn-next i:hover{
	color: #b99f6e;
}

#photosgallery .btn-prev, #photosgallery .btn-next{
	margin: 0;
	top: 50%;
}

#photosgallery .photos-content .seemore {
	position: relative;
	text-align: center;
	margin: 2rem auto;
}

#photosgallery .photos-content .seemore .seemore-btn {
	color: #fff;
	background: transparent;
	padding: 5px 20px;
	font-size: 14px;
	border: 1px solid #fff;
}

#photosgallery .photos-content .seemore .seemore-btn:hover {
	color: #000;
	background: #fff;
	transition: all .2s ease;
}
