.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team1overlay {
  filter: invert(65%) sepia(82%) saturate(563%) hue-rotate(317deg) brightness(84%) contrast(89%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: invert(51%) sepia(51%) saturate(328%) hue-rotate(156deg) brightness(96%) contrast(86%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: invert(48%) sepia(58%) saturate(355%) hue-rotate(5deg) brightness(95%) contrast(85%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: invert(40%) sepia(56%) saturate(273%) hue-rotate(90deg) brightness(95%) contrast(95%) drop-shadow(0 0 0.3rem black);
}
.teampic1 {
  background-image: url("/includes/teams/images/team1.png");
}
.teampic2 {
  background-image: url("/includes/teams/images/team2.png");
}
.teampic3 {
  background-image: url("/includes/teams/images/team3.png");
}
.teampic4 {
  background-image: url("/includes/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: 35%;
  max-width: 150px;
  height: auto;
}
#secret-section .secret-panel .secret.s1 {
  margin-right: 50%;
}
#secret-section .secret-panel .secret.s2 {
  margin-top: 23%;
}
#secret-section .secret-panel .secret.s3 {
  margin-left: 50%;
}
#secret-section .secret-panel .secret.s4 {
  margin-bottom: 27%;
  bottom: 0;
}
#secret-section .secret-panel .secret.s5 {
  margin-bottom: 5%;
  margin-left: 50%;
  bottom: 0;
}
#secret-section .secret-panel .secret.s6 {
  margin-bottom: 5%;
  margin-right: 50%;
  bottom: 0;
}
#secret-section .secret-panel .secret.s7 {
  top: -21px;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}
.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;
}
