.container {
    width: 100vw;
}

.video-container video {
	width: 100%;
    border-radius: 12px;
    border: 5px solid #0266ff;
}