.yButton {
    position: fixed !important;
    width: 130px !important;
    height: 130px !important;
    box-sizing: border-box !important;
}

.yButton.bottom {
    bottom: 80px !important;
}

.yButton.top {
    top: 30px !important;
}

.yButton.right {
    right: 30px !important;
}

.yButton.left {
    left: 80px !important;
}

.yButtonBackground {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 130px !important;
    height: 130px !important;
    border-radius: 100% !important;
    background-color: #c01c13 !important;
    opacity: .8 !important;
    box-sizing: border-box !important;
}

.yButtonWave {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    border: 2px solid #c01c13 !important;
    width: 105%;
    height: 105%;
    opacity: .9 !important;
    box-sizing: border-box !important;
    animation: wave-stroke 2s infinite cubic-bezier(.37,0,.8,.77);
}

.yButtonText {
    position: absolute !important;
    top: 40px !important;
    left: 20px !important;
    right: 10px !important;
    width: 90px !important;
    height: 50px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    text-align: center !important;
    letter-spacing: 1.5px !important;
    font-family: "Play", sans-serif !important;

    box-sizing: border-box !important;
}