.wa {
    position: fixed;
    z-index: 1;
    bottom: 60px;
    left: 95%;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .wa {
        position: fixed;
        bottom: 40px;
        left: 84%;
        padding: 0px;
    }
}
