@charset "utf-8";
/* CSS Document */

.box-mask {
	position:relative;
	z-index:1;
	overflow:hidden;
	width:241px;
	height:110px;
	}
.description {
	position:absolute;
	left:0;
	z-index:2;
	bottom:-60px;
	background: #000;
	background: rgba(0,0,0,0.6);
	color:#fff;
	width:241px;
	height:15px;
	padding:10px;
	font-family: 'MyriadPro-Regular';
	font-size:13px;
	font-weight:bold;
	}