.page-competition-team {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-competition-team .page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
}
.page-competition .page-content .closed .image {
  filter: saturate(0%);
}
.page-competition h1 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.page-competition .selectType {
  margin-top: 30px;
}
.page-competition .page-content .image {
  height: 120px;
  border-radius: 5px;
  background: #003366;
  cursor: default;
}
.page-competition .grid-item {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 5px;
}
.page-competition .subtitle {
  text-align: center;
  padding: 5px;
}
