.hd-team-slider {
  margin-top: calc(var(--l-header-height, 120px) + 1em) !important;
  position: relative;
  z-index: 5;
}

.hd-team-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: var(--l-header-height, 120px);
  position: relative;
  z-index: 1;
  height: calc(80vh - var(--wp-admin--admin-bar--height, 0px));
}

.hd-team-hero .l-section-h.i-cf {
  /*min-height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd-team-hero h1 {
  margin: 0;
}

.hd-content-game .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1320px) {
  .hd-content-game .container {
    max-width: 100%;
  }
}

.hd-content-game h1 {
  font-size: 2rem;
  line-height: 1.2;
}

.single-game .hd-content-game h1 {
  text-align: center;
}

.hd-content-breadcrumb {
  margin-top: 100px;
}

.hd-content-game-video {
  border: 3px solid rgb(250, 234, 37);
  margin-right: 5px;
  margin-bottom: 50px !important;
  margin-left: 5px;
}
