cast-media-player {
  --background-image: linear-gradient(rgba(13, 18, 36), rgba(19, 29, 48), rgba(35, 51, 73));
  --background-size: cover;
  --splash-color: rgba(35, 51, 73);
  --logo-image: url(589743854d2ff48612e8fcbeb959ed5e.svg);
  --progress-color: #ec2027;
}

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;
}

