@font-face {
    font-family: 'Russo One';
    src: url('/assets/fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.video-container {
    background-color: black;
    width: 595px;
}

.video-container>div {
    width: 100%;
    height: 100%;
}

.video-container video {
    width: 595px;
}