.empty-list-region {
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
}

@media (min-width: 769px) {
  .empty-list-region {
    width: calc(100% - 30px);
  }
}
