#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}
#black-bar {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    border-right: 0 solid #000000;
    border-left: 0 solid #000000;
}

#team-image {
    max-width: 100%;
    border-left: 20px solid #111321;
    border-right: 20px solid #111321;
    border-bottom-width: 0;
    border-top-width: 0;
   
}
