.view {
	width: 232px;
	height: 232px;
	float: left;
	border: 4px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.container {
	float: left;
	height: 240px;
	width: 240px;
	margin-top: 10px;
	margin-right: 10px;
}
.view .mask,.view .content {
	width: 232px;
	height: 232px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
	display: block;
	text-decoration: none;
	background: rgba(255,255,255, 0.7);
	color: #d70035;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 65px;
	font-family: "Marck Script", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
}
.view a.info strong {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	display: block;
	padding-top: 10px;
	color: #7c6568;
}

@media screen and (max-width: 742px) {
#containergrande{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
}

@media screen and (max-width: 520px) {
#containergrande{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:240px;
}
}

@media screen and (max-width: 260px) {
#containergrande{
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}.view {
	width: 200px;
	height: 200px;
	float: left;
	border: 4px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.container {
	float: left;
	height: 208px;
	width: 208px;
	margin-top: 10px;
	margin-right: 0px;
}
.view .mask,.view .content {
	width: 200px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
}