.greeting-cards .size-greeting-cards-4x4 .image .img {
	width: 245px;
	height: 245px;
	border: 45px solid #FFF;
	border-radius: 5px;
}

.greeting-cards .size-greeting-cards-4x4 .image {
	width: 335px;
	height: 335px;
	background-color: #F0F0F0;
	border: 20px solid #F0F0F0;
	border-radius: 5px;
	margin: 0 285px 40px;
}

/* 4x6 */

.greeting-cards .size-greeting-cards-4x6 .image .img {
	width: 245px;
	height: 245px;
	border: 45px solid #FFF;
	border-radius: 5px;
	border-top: 75px solid #fff;;
	border-bottom: 195px solid #fff;
}

.greeting-cards .size-greeting-cards-4x6 .image {
	width: 335px;
	height: 510px;
	background-color: #F0F0F0;
	border: 20px solid #F0F0F0;
	border-radius: 5px;
	margin: 0 285px 40px;
}

/* 5x7 */

.greeting-cards .size-greeting-cards-5x7 .image .img {

	width: 300px;
	height: 300px;
	border-radius: 5px;

	border: 65px solid #FFF;
	border-radius: 5px;
	border-top: 90px solid #fff;;
	border-bottom: 210px solid #fff;
	background-size: 300px !important;
}

.greeting-cards .size-greeting-cards-5x7 .image {
	width: 430px;
	height: 600px;
	background-color: #F0F0F0;
	border: 20px solid #F0F0F0;
	border-radius: 5px;
	margin: 0 240px 40px;
}

.greeting-cards .image .img {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
}