.goat {
	max-width: 100%;
	max-height: 100%;
	display: block;
	pointer-events: none;
}

.ear {
	clip-path: url(#facemask);
}

.eye {
	fill: #eaeaea;
	stroke: #a0a0a0;
	stroke-width: 0.05;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-opacity: 1;
	stroke-miterlimit: 4;
	stroke-dasharray: none;
	fill-opacity: 1;
}

.eyeedge {
	stroke: none;
	fill: #946141;
	fill-opacity: 0.35;
}

.nostril {
	stroke: none;
	fill: #000000;
	fill-opacity: 0.35;
}

.nostroke {
	stroke: none;
	fill-opacity: 1;
}
