.featured-video .video-background-image {
  position: relative;
  width: 100%;
  visibility: hidden; /* quick fix to get section dimensions right */
}

.featured-video {
  padding: 76px 37px;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured-video .video-container {
  position: relative;
}

.featured-video .video {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 1150px;
  cursor: pointer;
}

.featured-video .active {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* width: 60%; */
  width: 100%;
  /* max-height: 600px; */
  max-width: 1200px;
  z-index: 100;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.featureVideo-wrapper .video-component #previewImage {
  height: auto;
}

.featured-video .player-wrapper {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 60%; */
  width: 100%;
  max-width: 1150px;
  cursor: pointer;
  height: 100%;
  max-height: 647px;
  z-index: 10;
}

.featured-video .video-component img {
  width: 100%;
}

.featuredVideo-grid-top {
  position: absolute;
  top: 9%;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  margin: auto;
  align-items: center;
}

.featuredVideo-grid-top-right {
  margin-right: 41px;
}

.featuredVideo-grid-top-left {
  margin-left: -2%;
}

.featuredVideo-grid-bottom {
  position: absolute;
  bottom: 5%;
  right: -4%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  max-width: 82%;
  margin: auto;
  align-items: center;
}

.featureVideo-wrapper iframe {
  position: absolute;
}

#game-detail-top-left > #squares > * {
  opacity: 0;
}

#game-detail-top-right > #squares > * {
  opacity: 0;
}
