.projects__header {
  background: url(../../img/musicPlayer/musicPlayerDark.webp) no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 50% 90%; /* Starting position */
  background-size: cover;
  background-attachment: scroll; /* Not fixed */
  position: relative;
}

.project-detail__intro__image-container.dark-mode {
  background: url(../../img/musicPlayer/backgroundDark.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.project-detail__intro__image-container.light-mode {
  background: url(../../img/musicPlayer/backgroundLight.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.project-detail__images__image--large {
  width: 100%;
  object-fit: cover;
}
