.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}


/* Popup Styles */
.dismiss{
    cursor: pointer;
}
.popupButton {
    background: #FB6500;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #000000;
    color: #fff!important;
}
.popupTitle {
    font-size: 35px;
    color: #FB6500;
    margin-top: 20px;
    padding-bottom: 0;
}
/* End Popup Styles */