.mood_post_listing_container
{
	max-width:100%;
	border-top:double rgba(255,255,255,0.3) 4px;
	margin-top:20px;
    padding-top:20px;
    text-align: center;
}
@media (min-width: 768px) 
{
    .mood_post_listing_container
    {
        margin-top:40px;
    }
}

.mood_board_container
{
    width:100%;
	max-width:642px;
	margin: 30px auto 60px;
	position:relative;
	background:rgba(255, 255, 255, 0.4);
	padding:60px 20px;
	border-radius: 10px;
    /*overflow:auto;*/
}

.mood_board_table
{
	margin: 0 auto;
	width: 100%;
	max-width: 450px;
	table-layout: fixed;
}

.mood_board_cell
{
	border-collapse: collapse;
    font-size: 0;
	text-align:center;
	position: relative;
	margin: 0;
	padding: 0;
	/*width: 33.333333%;*/
	max-width: 150px;
}
/*.mood_board_cell_sm
{
	width: 16.6666666%;
}*/

.mood_board_cell img
{
	/*width:100%;
	height: auto;*/
	width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mood_board_cell_sm img
{
    width:100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mood_board_title_container
{
	position: absolute;
	left: 50%;
	top: -25px;
    width: 160px;
    margin-left: -80px;
}
.mood_board_title_container img
{
	width: 100%;
	height: auto;
}
.mood_board_desc
{
	font-family: 'Permanent Marker', Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", cursive;
	position: absolute;
	width: 160px;
    height: 50px;
    line-height: 50px;
    top: 0px;
	font-size: 18px;
	color: #eee;
}

.mood_board_link
{
	position: relative;
	display: inline-block;
	border: 1px solid rgba(45, 104, 152, 0.6);
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 0px #2b638f, 0px 3px 5px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 2px 0px #2b638f, 0px 3px 5px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 2px 0px #2b638f, 0px 3px 5px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.mood_board_pointer
{
	position: absolute;
	bottom: 5px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	text-shadow:1px 2px 5px rgba(0, 0, 0, 0.3);
}