.crop {
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.crop img {
	width: 100%;
	height: 480px;
	margin: 0 0 0 0%;
}

.scrop {
	width: 100%;
	height: 128px;
	overflow: hidden;
}

.scrop img {
	width: 100%;
	height: 128px;
	margin: 0 0 0 0%;
}


.product-view-crop {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product-view-crop img {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0%;
}


.page-header h1 {
	font-family: 'Sorts Mill Goudy', serif !important; 
	font-weight: 400;400 !important;
	margin : 0;
	padding : 0;
}

.page-header h4 {
	font-family: 'Sorts Mill Goudy', serif !important; 
	font-weight: 400;400 !important;
	margin : 0;
	padding : 0;
}


@media only screen and (max-device-width: 480px) {
	.crop {
		width: 100%;
		height: 1%;
		overflow: hidden;
	}

	.crop img {
		width: 100%;
		height: 1%;
		margin: 0 0 0 0%;
	}
}

.segment-crop {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.segment-crop img {
	width: 100%;
	height: 240px;
	margin: 0 0 0 0%;
}
