.whatsup {
		position: fixed;
    	height: 30px;
    	overflow: ;
    	right: 30px;
    	bottom: 70px;
    	cursor: pointer;
    	z-index: 999999;
	}
	.whatsup a {
		display: block;
	}
	.whatsup a img {
	    width: 70px;
    	height: 70px;
	}
	@media screen and (max-width: 500px) {
		.whatsup {
			right: 20px;
			bottom: 55px;
		}
	}