cast-media-player {
  --background-image: #0c0c0c;
  --background-size: cover;
  --splash-color: radial-gradient(circle at -5% 10%, rgb(56, 15, 15, 1) 8%, rgba(30, 30, 30, 1) 45%);
  /* --logo-image: url('../assets/unow-logo.svg'); */
  --logo-size: 20%;
  --progress-color: #00c473;
  --live-progress-color: #00c473;
}

.univision{
  --logo-image: url(98131a1f5da68cf2c7d1f858c142f558.svg);
}

.unow{
  --logo-image: url(e1bd16b89dc8514cdc21e6758eb5955c.svg);
}

img {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  opacity: 0.9;
}

.contentRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.modalContent {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 44px;
  color: #ffffff;
  width: 80%;
}

.contentWrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgReload {
  position: relative;
  width: 43.78px;
  height: 36.49px;
  content: url(73871db3da3c47a11ac8b4e6ced9cc3f.svg);
}

.iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

