.bubble_off{
  display: none;
}
#footerFloatingMenu {
    display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 15px;
    z-index: 999;
    padding: 0 auto;
}

#bubble{
position: relative;
width: 80%;
margin: 0px auto;
}
#bubble img{
width:100%;
}

#bubble_close{
position: absolute;
display: block;
top: -1vw;
right: -1vw;
width: 16px;
height: 30px;
border: 10px solid transparent;
}
#bubble_text{
color:#666;
}
