/*##################################################
CSS ÁLBUM
##################################################*/
/*
.plgAlbum
{
	float:left;
	width:100%;
  padding: 10px 0;
}*/
.plgAlbum .item
{
margin: 1em 0;
}

.plgAlbum .item figure
{
	overflow: hidden;
	min-height: 150px;
	max-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	outline: 1px solid #B2B2B2;
	background-color: #EEE;
	padding: 0;
	margin: 0;
	width: 100%;
}
.plgAlbum .item figure span
{
	width: 100%;
	overflow: hidden;
	height: 180px;
	float: left;
	position: relative;
}