@media (max-width:560px) {
    #svg_image{ display: none !important;}
}


.whatsapp {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/whatsapp-brands.svg) no-repeat 10% 10%;
    background-position: left;
    background-size: contain;
    padding: 40px 20px 20px 20px;
    fill: #009688 !important;

    color: #009688;
    position: fixed;
    bottom: 70px;
    right: 15px;
    border-radius: 40px;
    z-index: 1;
}