.ambient-player {
  display: flex;
  justify-content: center;
}

.main, .decoy {
  max-height: 75vh;
  border-radius: 12px;
}

.decoy {
  border-radius: 50%;
  position: absolute;
  filter: blur(21px);
  transform: scale(1.8,1.5);
  z-index: -1;
  opacity: .5;
  -webkit-transform: scale(1,1.5);
  -moz-transform: scale(1,1.5);
  -ms-transform: scale(1,1.5);
  -o-transform: scale(1,1.5);
  -webkit-filter: blur(40px);
}

.f-gal {
  margin-top: 25px;
  margin-bottom: 11px;
  margin-right: 3px;
  margin-left: 3px;
}

.f-pic:hover {
  z-index: -1;
  filter: brightness(80%);
}

.fs-contact {
  text-decoration: none;
  color: black;
  font-family: 'Balsamiq Sans';
}

.fs-contact:hover {
  color: #00c700;
}

