#pnlContent {
  width: 100vw;
  padding: 1.5rem;
  font-size: 12pt !important;
  background: black;
  color: white;
}

video, img {
  width: 100%;
  /*background: url('https://ear2ground.blob.core.windows.net/media/33/images/Slide1.png') no-repeat bottom center;*/
  /*background-size: cover;*/
}

.pv-btn {
    border: 1px solid black;
  padding: 1rem;
  margin: 2rem auto;
  color: black;
  position: relative;
  display: block;
  text-align: center;
  width: 150px;
  background: #D8B33E;
  font-weight: 600;
}