@charset "UTF-8";
.N499A5FB6--container {
    position: relative;
    background-color: rgba(0,0,0,0.1);
}
.N499A5FB6--container::after { /* darken the inner edge of the video to make it stand out even for light content */
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.N499A5FB6--video {
	display:block;
}
.N499A5FB6--textContainer {
    box-sizing: border-box;
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border: 2px dashed black;
}
.N499A5FB6--text {
    display: table-cell;
    padding: 80px 0;
}