.embed-container, .button-wrap{
    width: 100%;
}
.embed-container{
    margin:0 auto 40px;
    max-width:1024px;
    }
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
        width: 100% !important;
        height: 100% !important;
    }
    .mejs-container {
        padding-top: 56.25%;
    }
    .wp-video, video.wp-video-shortcode {
        max-width: 100% !important;
    }
    video.wp-video-shortcode {
        position: relative;
    }
    .mejs-mediaelement {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .mejs-controls {
        display: none;
    }
    .mejs-overlay-play {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto !important;
        height: auto !important;
    }

    .button-wrap{
        padding:20px 0;
    }
    .button-wrap h2:after{
        transform: translateX(-50%);
        left: 50%;
    }
    .text-center{
        text-align:center;
    }
    .text-center a{
        margin: 0 auto;
        font-size:2rem;
    }
.learn_more-section_2 h3{
    font-size: 2rem;
}

.right img{
max-width:100%;
height:auto;
}