Tooltip for mobile view

Hi all,

I am facing a problem with tooltip in the mobile view. In the normal/desktop view it is working as it should. However, in the mobile version the tooltip text is shown out of the visible window (only 1/4 of the right site can be seen). How can I fix that? Here is my tooltip "config":

.tool_tip_text
{
width: 655px;
height: auto;
border: 1px solid #44679c;
background-color: #FFFFFF;
padding: 10px;
vertical-align: middle;
font-weight: normal;
}

Resolved
1 reply