.pt-button{
    position: fixed;
    right: 5px;
    top: 220px;
	z-index:4000;
}

@media screen and (max-width: 400px){
	.pt-button{
		top: auto;
		bottom: 80px;
	}
}