/* -- START -- Reset */
#a24p-modern-4 h3,
#a24p-modern-4 a,
#a24p-modern-4 img,
#a24p-modern-4 span,
#a24p-modern-4 p {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	line-height: 1.25;
}
/* -- END -- Reset */


/* -- START -- TEMPLATE */
#a24p-modern-4 .a24pProItem {
	position: relative;
	overflow: hidden;
}

#a24p-modern-4 .a24pProItemInner {
	overflow: hidden;
	background-color: #f5f5f5;
	color: #000000;
	height: 200px;
	width: 100%;
}

#a24p-modern-4 .a24pProItemInner__thumb {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

#a24p-modern-4 .a24pProItemInner__thumbContainer {
	width: 100%;
	margin: -40px auto 0;
	text-align: center;
	z-index: 100;
	position: relative;
}

#a24p-modern-4 .a24pProItemInner__img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: cover;
	-webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
	transition: all .5s;
}

#a24p-modern-4 .a24pProItemInner:hover .a24pProItemInner__img  {
	width: 140%;
	-webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s;
}

#a24p-modern-4 .a24pProItemInner__copyTitle {
	bottom: 0;
	width: 100%;
	color: black;
	height: 90px;
}

#a24p-modern-4 .a24pProItemInner__copyTitle .a24pProItemInner__copyInner {
	position: relative;
	padding: 20px;
	z-index: 10;
	height: 50px;
	background-color: #eaeaea;
}

#a24p-modern-4 .a24pProItemInner__title {
	color: black;
}

#a24p-modern-4 .a24pProItemInner__copyDesc {

}

#a24p-modern-4 .a24pProItemInner__copyDesc .a24pProItemInner__copyInner {
	padding: 0 15px;
}

#a24p-modern-4 .a24pProItemInner__desc {
	margin-top: 15px;
	text-align: center;
	line-height: 20px;
}
/* -- END -- TEMPLATE */