/**
 Define responsive styles here for mobile applications
 General appwide
**/

/**
Mobile Devices 
Phones, Wearables
**/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /*mobile*/
  .fx-mobile-full {
    width: 100%;
  }
}

/*
 Larger screens mobile Devices
 Tablets, smallscreen PCs
*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* Tabs */
  .fx-tab-full {
    width: 100%;
  }
}

/* 
/*
  Large screens
  TV, Projector
 */

/* @media only screen
and (min-width : 1824px) {
/*largescreens*/

/* }   */