body {
  margin: 0px;
  overflow: hidden;
}
body #embed {
  position: relative;
  width: 100%;
}
body #embed #location {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  pointer-events: none;
  background-color: transparent;
  color: white;
  opacity: 0.5;
  font-size: 3vw;
  line-height: 0.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
  z-index: 1;
}
body #embed #area-player {
  position: relative;
  /* Display player-overlay on hover, only on compatible devices */
}
body #embed #area-player #player {
  background-color: black;
  /* player placeholder */
}
body #embed #area-player #player.player-placeholder {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body #embed #area-player #player.player-placeholder:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
}
body #embed #area-player #player.player-placeholder .player-title {
  position: absolute;
  color: white;
  font-size: 20px;
  padding-left: 5px;
}
body #embed #area-player #player.player-placeholder .player-description {
  font-size: 16px;
}
body #embed #area-player #player.player-placeholder .player-message {
  position: absolute;
  width: 100%;
  padding: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0.9;
  font-size: 50px;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body #embed #area-player #player.player-placeholder .player-message {
    font-size: 30px;
    font-size: 6vw;
  }
}
body #embed #area-player #player.player-placeholder #countdown-days {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-hours {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-minutes {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-placeholder #countdown-seconds {
  display: inline-block;
  font-size: 4vw;
  width: 20%;
}
body #embed #area-player #player.player-error {
  background: linear-gradient(rgb(189, 193, 205) 15%, rgb(77, 78, 82) 100%);
}
body #embed #area-player #player.player-error #info-detail {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  top: unset !important;
  height: unset !important;
}
body #embed #area-player:hover #player-overlay .left-info, body #embed #area-player:hover #player-overlay .right-info {
  display: block;
}
@media (hover: none) {
  body #embed #area-player:hover #player-overlay .left-info, body #embed #area-player:hover #player-overlay .right-info {
    display: none;
  }
}
body #embed #player-overlay .left-info, body #embed #player-overlay .right-info {
  display: none;
  position: absolute;
  top: 18px;
  box-sizing: content-box;
  z-index: 99;
}
body #embed #player-overlay .left-info {
  left: 0;
  padding-left: 20px;
}
body #embed #player-overlay .right-info {
  right: 0;
  padding-right: 20px;
}
body #embed #player-overlay .right-info #textarea-share {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body #embed #player-overlay .right-info #textarea-share-link {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body #embed #player-overlay #modal-info, body #embed #player-overlay #modal-download {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}
body #embed #player-overlay #modal-info .title, body #embed #player-overlay #modal-download .title {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}
body #embed #player-overlay #modal-info .table, body #embed #player-overlay #modal-download .table {
  margin-bottom: 0px;
}
body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
  padding: 15px 2px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
    padding: 12px 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  body #embed #player-overlay #modal-info .table > tbody > tr > td, body #embed #player-overlay #modal-download .table > tbody > tr > td {
    padding: 7px 2px;
    font-size: 11px;
  }
}
body #embed #player-overlay #modal-download .table > tbody > tr:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
body #embed #player-overlay .btn-primary {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 0px;
}
body #embed #player-overlay .btn-primary:hover, body #embed #player-overlay .btn-primary:active {
  color: #cecece;
  border: 0px;
}
body #embed #player-overlay .btn-primary:focus {
  outline: none;
  border: 0px;
}
body #embed #player-overlay .btn-primary:focus:active {
  color: #cecece;
  border: 0px;
}
body #embed #player-overlay .popover {
  font-size: 11px;
  font-weight: bold;
}
body #embed #player-overlay .popover .popover-content {
  padding: 6px 6px;
}
body .ratio > * {
  height: unset !important;
}

/*# sourceMappingURL=main.css.map */
