.show img
{
	max-width: 100%;
	height: auto;
}

.show
{
	width: 100%;
	height: 100%;
	float: left;
	border: 1px solid rgba(0,0,0,0.04);
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
	display: block;
	border-radius: 4px;
}

.show .mask
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.moreinfo
{
	color:#fff;
	margin-top:50%;
	font-size:24px;
	margin-left:10px;
	margin-right:10px;
}

.moreinfo i
{
	position:relative;
	top:3px;
	margin-left:5px;
}

.mask-price
{
	display:inline-block;
	background-color:#0088cc;
	border:1px solid #D62F74;
	text-shadow:1px 1px #D62F74;
	color:#ffffff;
	padding:4px 6px;
	font-size:20px;
	margin-top:5px;
	margin-left:10px;
}

.show-first img
{
	transition: all 0.2s linear;
}

.show-first .mask
{
	opacity: 0;
	background-color: rgba(0,0,0, 0.4);
	transition: all 0.4s ease-in-out;
}

.show-first:hover .mask
{
	opacity: 1;
}

.show-first:hover .price
{
	visibility:hidden;
}

@media (max-width: 992px) {
	.moreinfo
	{
		margin-left:10px;
		margin-right:10px;
		font-size:20px;
	}
}

@media (max-width: 768px) {
	.moreinfo
	{
		margin-top:34px;
	}
}

@media (max-width: 320px) {
	.moreinfo
	{
		margin-top:14px;
	}
	.mask-price
	{
		font-size:15px;
	}
}
