/* 百人牛牛庄家与下注区纵向比例 v388 */
#room.hundred-niu-mode .hn-center {
  grid-template-rows: 154px minmax(0, 1fr);
}

#room.hundred-niu-mode .hn-banker {
  padding: 6px 0 10px;
}

#room.hundred-niu-mode .hn-zones {
  padding-top: 5px;
  padding-bottom: 12px;
}

@media (max-width: 560px) {
  #room.hundred-niu-mode .hn-center {
    grid-template-rows: 138px minmax(0, 1fr);
  }

  #room.hundred-niu-mode .hn-banker {
    padding: 4px 0 8px;
  }

  #room.hundred-niu-mode .hn-zones {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}

@media (min-width: 900px) {
  #room.hundred-niu-mode .hn-center {
    grid-template-rows: 150px minmax(0, 1fr);
  }
}
