.yt_container {
    box-sizing: border-box;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.yt_container_outer {
    padding-bottom: 10px;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.idea {
    font-size: 22px;
}

.section_heading {
    margin-bottom: 25px;
}

.container {
    margin-bottom: 50px;
}

.yt_embed {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 992px) {
    .yt_container_outer {
        width: 50%;
    }

    .yt_container_outer {
        padding-left: 20px;
    }

    .idea {
        font-size: 28px;
    }

    .container {
        margin-bottom: 100px;
    }
}