/* Global Desktop Style*/
img.kpfc
{
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  width:90px;
}

/* Style Changed For Screen Size Less Than 960px (Tablet and Mobile) */
@media only screen and (max-width: 960px)
{
	img.kpfc
	{
		bottom: 80px;
	}
}