.pse img{
	position: fixed;
	bottom: 70px;
	height:10%;
    width:10%x;
	left: 20px;
	transition: all 300ms ease 0ms;
	z-index: 99
}

.pse:hover img{
	transform: translateY(-7px);
}