.node-type-landing-page .leader-text {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
    margin-bottom: 0.5em;
}

.node-type-landing-page .body-text {
    text-align: center;
    margin-bottom: 3em;
}

.node-type-landing-page .video-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.node-type-landing-page .video-flex-item {
    max-width: 45%;
    margin: auto;
    margin-top: 15px;
}

body.node-type-landing-page.page-node-13558 .video-flex-item {
    width: 100%;
    max-width: 90%;
    margin: 0;
}
body.node-type-landing-page.page-node-13558 .callout {
    display: none;
}