
#osvGlobalSoundButton{
    position:fixed !important;
    right:18px !important;
    bottom:18px !important;
    z-index:2147483000 !important;

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

    width:auto !important;
    height:auto !important;

    padding:12px 17px !important;

    border:0 !important;
    border-radius:999px !important;

    background:#e10600 !important;
    color:#fff !important;

    font-size:12px !important;
    font-weight:900 !important;
    letter-spacing:.03em !important;

    cursor:pointer !important;

    visibility:visible !important;
    opacity:1 !important;

    box-shadow:0 8px 24px rgba(0,0,0,.30) !important;
}

#osvGlobalSoundButton.is-muted{
    background:#262626 !important;
}

@media(max-width:768px){
    #osvGlobalSoundButton{
        right:12px !important;
        bottom:12px !important;
        padding:10px 14px !important;
        font-size:11px !important;
    }
}
