@media only screen and (max-width:576px){.hide{display:none !important}}@media only screen and (min-width:577px){.modal{display:none !important}}.show{display:block !important}.modal{background-color:#009fe2;display:flex;flex-direction:column;align-items:center;padding-top:20px;padding-bottom:20px;position:fixed;padding-left:10px;height:100vh;align-content:space-around;padding-right:10px}