body, .container{
  background-color:#000!important;
}


#breadcrumbs, i.fa-solid.fa-house, a, h1{
  color:#fff!important;
}

.video-screen {
    width: 80%;
    max-width: 1200px;
    margin: 2rem auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 60px #fffadd42;

.video-screen video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}