

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="desktopz-"] {
  display: none;
  }
}

@media only screen and (min-width: 768px) {
  [class*="mobilez-"] {
    display: none;
  }
}

.fab-main .material-icons.close[data-v-00c57f94] {
  opacity: 0.75!important;;
  position: absolute;
}

.fab-main .material-icons.close[data-v-00c57f94] {
  opacity: 0.75!important;
  position: absolute;
}
