body {
  /*background: transparent top left url('../img/pattern.jpg') repeat-x;
  background-size: 20px;*/
}
.container {
  background: transparent;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


/* Live player */

.live-container {
  width: 100%;
  padding-top: 56%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.live-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}