#whatsapp-phone-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-phone-icon img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
}

/* Desktop */
@media only screen and (min-width: 1025px) {
    .whatsapp-phone-icon img {
        width: 100px;
        height: 100px;
    }
}
