/*##################################################
CSS ÁLBUM
##################################################*/
.plgAlbum
{
	float:left;
	width:100%;
  padding: 10px 0;
}
.plgAlbum .item
{
	text-align: center;
	padding: 0.3em;
	outline: 1px solid #B2B2B2;
	overflow: hidden;
	background-color: #EEE;
	position: relative;
	/* float: left; */
	margin: 0.5%;
	width: 15.5%;
}
.plgAlbum .item figure
{
  margin: 0;
  padding: 0;
/*  min-height: 140px;
  max-height: 140px;*/
  overflow: hidden;
}
.plgAlbum .item figure span
{
	width: 100%;
	overflow: hidden;
	height: 180px;
	float: left;
	position: relative;
}
@media screen and (max-width: 768px)
{
	.plgAlbum .item
	{
		width: 46%;
		margin: 2%;
	}
}
@media screen and (max-width: 468px)
{
	.plgAlbum .item
	{
		width: 100%;
		float: left;
		margin: 2% auto;
	}

	.plgAlbum .item span
	{
		height:auto !important;
	  max-height: 250px;
			min-height: 110px;
	}
}