/*-- Use For Custom Styling --*/

.rm-bg-video-container {
    left           : 0;
    position       : absolute;
    z-index        : 999999;
    right          : 0;
    top            : 0;
    bottom         : 0;
    height         : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
}