@media (min-width:1200px)
{
    #sbaxx-floater
    {
        display:block;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 136px;
        height: 208px;
        z-index: 2000;
        -webkit-transform: translate(136px, 208px);
        -moz-transform: translate(136px, 208px);
        -o-transform: translate(136px, 208px);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
}

@media (max-width:1199px)
{
    #sbaxx-floater
    {
        display:none;
    }
}

#close-floater
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}

