.EmptyComponent_emptyComponent_oMRM {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.EmptyComponent_emptyComponent_oMRM img {
  max-width: 100%;
  max-height: 100%;
}
.EmptyComponent_emptyComponent_oMRM span {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
}

