#footer-widgets #sow-image-2.widget {
		width: 150px;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 999;
}

@media only screen and (min-width: 1300px) {
    #footer-widgets #sow-image-2.widget {
		width: 150px;
		position: fixed;
		bottom: 0;
		right: 15%;
		z-index: 999;
}
}