.swagger-embed {
    width: 100%;
}

.swagger-embed iframe {
    width: 100%;
    height: 75vh;
    /* occupies a good portion of the screen, but without ‘breaking’ the theme */
    min-height: 600px;
    /* avoid the height to be too low. */
    border: 0;
    display: block;
}