.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team0overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%);
}
.team1overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
/*
.teampic1{background-image: url("../teams/images/team1.png");}
.teampic2{background-image: url("../teams/images/team2.png");}
.teampic3{background-image: url("../teams/images/team3.png");}
.teampic4{background-image: url("../teams/images/team4.png");}
*/
#secret-section {
  padding-top: 60px;
}
#secret-section .secret-panel {
  display: flex;
  flex-direction: column;
  height: calc(100% - 62px);
  align-items: center;
}
#secret-section .secret-panel .secret {
  position: absolute;
  width: 43%;
  height: auto;
}
#secret-section .secret-panel .secret.s1 {
  margin-right: calc(100% - 151px);
  margin-top: -20px;
}
#secret-section .secret-panel .secret.s2 {
  margin-left: calc(100% - 151px);
  margin-top: -20px;
}
#secret-section .secret-panel .secret.s3 {
  margin-left: calc(100% - 151px);
  margin-top: -20px;
  display: none;
}
#secret-section .secret-panel .secret.s4 {
  margin-left: calc(100% - 151px);
  bottom: 0;
  z-index: 1;
}
#secret-section .secret-panel .secret.s5 {
  margin-left: calc(100% - 151px);
  bottom: 0;
  display: none;
}
#secret-section .secret-panel .secret.s6 {
  margin-right: calc(100% - 151px);
  bottom: 0;
  transition: all 0.5s ease;
}
#secret-section .secret-panel .secret.s7 {
  top: -11%;
  bottom: 3%;
  margin: auto;
  width: 56%;
  height: 150px;
}
#secret-section .secret-zoom {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  display: none;
}
#secret-section .secret-zoom.active {
  display: block;
}
#secret-section .secret-zoom .lg-secret-puck {
  opacity: 0;
  position: absolute;
}
#secret-section .secret-zoom .lg-secret-puck-unlocked {
  z-index: 1;
  opacity: 0;
  position: absolute;
}
.secret-video {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s ease;
}
.secret-video.active {
  opacity: 1;
}
.secret-overlay {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 45px 13px #000;
  pointer-events: none;
  transition: all 0.5 ease;
}
.secret-overlay.active {
  opacity: 1;
}
.secret-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.secret-background-container.active {
  opacity: 1;
}
.secret-background-container .secret-background-cover {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.secret-background-container .secret-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("images/background.webp");
}
