@media only screen and (min-width: 575px)
{
  .mobile-hide{Display:none !important}
  .page-width{ max-width: 1300px; margin-right: auto; margin-left: auto}
  .fullpage{ width: 100%}
}
@media only screen and (max-width: 575px) and (min-width: 320px) 
{
  .desktop-hide{Display:none !important;}
}
  .slider_overlay{ padding: 10px; position: absolute; width: 100%; height: auto; z-index: 2;}
  .button{padding: 8px 30px}