<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (min-width:320px) and(max-width:767px)  {
    .wrap-drop{
        display: block !important;
        }
}

@media  screen and (min-width:768px)  {

      .hidden-desktop {
        display: none !important;
    }
       
    }

    </pre></body></html>