.Wisely-Fixed-Brand {
  /* position: relative;
  bottom: 15px;
  right: 15px; */
  /* box-sizing: border-box; */
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.Wisely-Fixed-Link {
  display: flex;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  height: 36px;
  border: 1px solid #000;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 26px;
  transition: transform 0.2s ease-out;
  overflow: hidden;
  zoom: 1;
  position: relative;
  background: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.24); */
}

.Wisely-Fixed-Brand .Wisely-Fixed-Link {
  text-decoration: none;
}

.Wisely-Fixed-Sicon,
.Wisely-Fixed-Wicom {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: transform 0.2s ease-out;
  position: relative;
}

.Wisely-Fixed-Wicom {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 6px;
  transform: translateY(100%);
}

.Wisely-Fixed-Arrow {
  rotate: -45deg;
}

.Wisely-Fixed-Link:hover {
  border: 1px solid #000;
  background: #000000;
  color: #ffffff;
  /* zoom: 1.09; */
}

.Wisely-Fixed-Brand .Wisely-Fixed-Link:hover {
  color: #ffffff;
}

.Wisely-Fixed-Link:hover .Wisely-Fixed-Arrow path {
  stroke: #ffffff;
}

.Wisely-Fixed-Link:hover .Wisely-Fixed-Sicon {
  transform: translateY(-100%);
}

.Wisely-Fixed-Link:hover .Wisely-Fixed-Wicom {
  transform: none;
}

mux-player {
  max-height: 300px;
  width: 100%;
  height: 300px;
  --seek-backward-button: none;
  --seek-forward-button: none;
  --mute-button: none;
  --captions-button: none;
  --airplay-button: none;
  --pip-button: none;
  --fullscreen-button: none;
  --cast-button: none;
  --playback-rate-button: none;
  --volume-range: none;
  --time-range: none;
  --time-display: none;
  --duration-display: none;
  --rendition-menu-button: none;
}