.shift-page {
	position: fixed;
    z-index: 50;
    right: -20px;
    bottom: 120px;
    width: 120px;
}

.shift-page a img{
	transition: transform .5s ease;
}
.shift-page a:hover img{
	transform: scale(1.2);
}
	
