.m_pict_album_item {
	margin-bottom:30px;
}
.m_pict_album_item_inner,.m_pict_item_inner {
	padding:5px;
	border:1px solid #ececec;
	overflow:hidden;
	text-align:center;
	line-height:100%;
	vertical-align: middle;
}
.m_pict_album_item_inner:hover,.m_pict_item_inner:hover {
	background-color:#ccc;
}
.m_pict_album_item_image_container {
	width:100%;
	height:200px;
	text-align:center;
}
.m_pict_album_item_image_container img,.m_pict_item_inner img{
	max-width:100%;
	max-height:100%;
}
.m_pict_album_item_title {
	height: 50px;
	text-align:center;
}
.m_pict_item_title {
	height: 25px;
	color:#FFF;
	line-height: 25px;
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #000;
	margin-top: -25px;
}
.m_pict_item_title:empty {
	display:none;
}
.m_pict_item_inner {
	height:140px;
	margin-bottom:30px;
}
.m_pict_item_inner a {
	display:block;
	width:100%;
	height:100%;
}

/* Extra Small devices (Phones, 500px and below) */
@media screen and (max-width: 500px){
	
}

/* Extra Small devices (Phones, 500px and up) */
@media screen and (min-width: 500px) and (max-width: 750px){
	
}

@media screen and (max-width: 750px){
	.m_pict_item_inner {
		margin-bottom:10px;
	}
}

/* Small devices (Tablets, 750px and up) */
@media screen and (min-width: 750px){
	.m_pict_album_item_image_container {
		height: 140px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 970px) {
	.m_pict_album_item_image_container {
		height: 180px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.m_pict_album_item_image_container {
		height: 200px;
	}
}