<style> @media screen and (max-width: 500px) {

 .mobileHide {
   display: none;
 }

} </style>


SevenEagleX