.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.container iframe {
    width: 100%;
    height: 100%;
}