.pyp-sprite {
        position: absolute;
        bottom: 3px;
        right: 3px;
        background: url('http://www.pickyourplum.com/images/overlay.png') no-repeat -209px -207px;
        width: 78px;
        height: 36px;
}

.pyp-image {
	width: 100%;
	max-width: 100% !important;
	height: auto;
}

.pyp-text {
	padding-bottom: 20px;
	color: black;
	text-decoration: none !important;
}

.pyp-container {
	position: relative;
	margin: 0;
	border: 1px solid #000;
	padding: 3px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}