.yButton {
    width: 80px !important;
    height: 80px !important;
}

.yButton.right {
    right: 7px !important;
}

.yButton.bottom {
    bottom: 7px !important;
}

.yButtonBackground {
    width: 70px !important;
    height: 70px !important;
    background-color: #ff660096 !important;
}

.yButtonText {
    top: 20px !important;
    left: -7px !important;
    right: 2px !important;
    font-size: 11px !important;
    line-height: 13px !important;
    width: 87px !important;
}

.yButtonWave {
    left: 44% !important;
    top: 44% !important;
    color: #ff660096 !important;
    animation: wave-stroke 1.5s infinite linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}


@keyframes wave-stroke{
    0% {
        width: 90%;
        height: 90%;
    }

    100% {
        width: 110%;
        height: 110%;
    }
}