.studio-floating-menu
{
     position: absolute;
     width: auto;
     height: auto;
     right: 0;
     top: 0;
     
}

.studio-floating-menu img
{
     cursor: pointer;
}

.studio-floating-menu-pop
{
     position: absolute;
     width: 250px;
     height: auto;
     min-height: 400px;
     background-color: #FFF;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
     top: 0;
     right: 0;
     display: none;
}

@media(min-width :768px)
{
     
     .studio-floating-menu-pop
     {
          position: absolute;
          width: 550px;
          height: auto;
          min-height: 600px;
     }
     
     
}

.studio-floating-menu-pop-btn-close
{
     position: absolute;
     width: auto;
     height: auto;
     left: -54px;
     top: 0;
}

.studio-floating-menu-pop-content
{
     padding: 20px;
     box-sizing: border-box;
     max-height: 450px;
     overflow-y: auto;
}

@media(min-width: 768px)
{
     
     .studio-floating-menu-pop-content
     {
          max-height: 600px;
     }
     
}