
@media only screen and (min-width: 360px) and (max-width: 640px)
{
    .bubbles
    {
        display:none;
    }
    .bgg
    {
        width: 100%;
    }

    .main
    {
        width: 100%;
    }

    .w-key
{
    height: 85%;
    width: 80px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
}
}