@media only screen and (min-width: 280px) and (max-width: 414px) {	
	.whats {
		width: 50px !important;
		height: 50px !important;
		bottom: 20px!important;
		float: right !important;
		right: 15px;
		font-size: 34px !important;
	}
				
}

.whats {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px;
    right: 80px;
    background-color: #0cc937;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    z-index: 1000;
}