.vastu-button {
    margin-top: -65px;
    cursor: pointer;
}

.vastu__wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 0 5px 1px rgba(204, 204, 204, .5);
    z-index: 9999;
    cursor: pointer;
    animation: 1s 1s both wobble-hor-bottom;
}