.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 800px;
}

.light-blue {
    background-color: #edf8ff;
}

.fw-normal {
    font-weight: bold;
}

.bg-light-mod {
    color:#5d5d5d;
    background-color:#ececec;
}

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

  .title-boom {
    font-weight:bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding:10px;
  }

#video-panel {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-left:20vw;
  padding-right:20vw;
  background-color:#000000;
  color:white;
  padding-bottom:20px;
}


.black {
  color: black;
}

.yellow {
  background-color: yellow;
  text-align: center;
}

.smaller {
  font-size: 0.6em;
  line-height:0.6em;
}

.fb_disc {
  color:#8f8f8f;
  font-size:0.8em;
}