.whatsapp {
    position: fixed;
    bottom: 40px;
    left: 15px;
    width: 50px;
    height: 50px;
    z-index: 999;

    & img {
        width: 100%;
        transition: .25s;
    }

    &:hover img {
        scale: 1.1;
    }
}


@media only screen and (max-width:600px) {
    #body-wrap {

        .welcome-one__inner__bg::after {
            background: #532200;
        }

    }
}