#project-player {
  position: relative;
  width: 100%;
  height: fit-content;
  display: none;
}

#project-player-overlay {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column; /* overflow: hidden; */
  opacity: 0;
  background-color: black;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
}

#project-player-underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-color: black;
}
#lilGuyLogo-player:hover {
  cursor: pointer;
}
#lilGuyLogo-player {
  position: absolute;
  object-fit: contain;
  transform: scaleX(-1);
  height: 100%;
  padding: 1rem;
  padding-left: 0;
  margin: 0;
}
#player-text-header {
  object-fit: contain;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#player-headerBar {
  position: relative;
  width: 100%;
  height: 7.5%;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  min-height: 4rem;
}
#player-title {
  letter-spacing: 1px;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  font-family: "fust";
  padding: 0;
  margin: 0;
}
#player-subtitle {
  /* color: #a491e9; */
  color: #efe9db;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "geistxBold";
  padding: 0;
  margin: 0;
}
#player-content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100vw;
  height: fit-content; /* min-height: fit-content; */
  margin: 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#player-content .item-img {
  padding: 0;
  margin: 0; /* box-sizing: border-box; */ /* display: none; */
  position: relative !important;
}
.item-img {
  position: absolute;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-fit: cover !important;
}
.item-img-canvas {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}
