 

@media screen and (min-width: 900px) {
  .ncelloperasmart{
  width:auto% !important;
  }
}


@media screen and (max-width: 900px) {
  .ncelloperasmart{
  width:100% !important;
  }
}