.boxFam {
	float: left;
	width: 150px;
	background: url(../images/smallShadows.png) no-repeat center 134px;
}
.boxFam img {
	height: 50px;
	width: 50px;
}
.imgPopup {
	height: 100px;
	width: auto;
	margin: 15px;
}
.txtPopup {
	text-align:left;
}
.popover {
	width: 20%;
	min-width: 200px;
	max-width: 260px;
	text-align:center;
}
@media (max-width: 380px) {
	.boxFam {
		width:130px;
		background: url(../images/smallShadows.png) no-repeat center 124px;
	}
	.boxFam img {
		height: 40px;
		width: 40px;
	}
}