.video-section__container{
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .landing-video {
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
}
    .landing-video iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
        box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }

    .c-mid-hero__landing {
        background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52),#092e58), url(/assets/images/world2-headerDark.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 100px;
        padding-bottom:100px;
    }
    .c-blue_mid-hero {
        margin-top: 50px;
        background-color: rgba(31, 111, 255, 0.9);
        padding-top: 145px;
        padding-bottom: 105px;
    }

    .c-expert-hero__landing {
        background-image: linear-gradient(to bottom,rgba(32, 33, 36, 0.75), rgba(32, 33, 36, 0.75)), url(/assets/images/world2-headerDark.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .Warp__Experts {
        border-radius: 5px;
    }
    .landing-expert__description {
        color:white;
        text-align:center;
        font-size:18px;
    }

    .landing-item__title {
        font-family: 'Muli';
        font-size: 24px;
        color: #333333;

    }

    .landing-item__description {
        font-family:"Crimson Text",Georgia,serif;
        font-size: 22px;
        color:#4F525F;
    }

    .landing-item__title-white {
        font-family: 'Muli';
        font-size: 24px;
        color: white;
    }

    .landing-item__description-white {
        font-family:"Crimson Text",Georgia,serif;
        font-size: 22px;
        color: white;
    }

    .white-landing__title {
        color:white;
        font-size: 38px;
        text-align: center;
    }

     .white-landing__subtitle {
        color:#ffc800;
        padding-top: 15px;
        font-size: 32px;
        text-align: center;
    }


    .white-landing__description {
        color:white;
        font-size: 22px;
        text-align: center;
        font-weight: 400;


    }

    .c-expert-hero__landing h1 {
        padding-bottom: 75px;
    }

    .ps-content-block {
        padding-top: 100px;
    }

    #premium_cta h3 {
        color: white;
    }
