.page-home .ed_slider .inner {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 34vw;
    display: block;
    background-color: #000000a8;
    padding: 10px 25px 50px 10px;    
    left: -60px;

}

.page-home .ctaYes .inner a {
    display: inline-block;
    font-family: 'TradeGothic_bold';
    margin-top: 20px;
    margin-left: 10px;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding: 13px 28px 15px 16px;
    text-shadow: none;
    background-color: #B6A36B;
}




.page-home .ed_slider h1 {
    font-family: 'TradeGothic_bold';
    font-size: 52px;
    color: #Fff;
    text-shadow: none;
    padding: 10px 20px 15px 10px;
    width: fit-content;
    margin-bottom: 0;
}

.page-home .ed_slider p {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    padding: 0 15px 0 10px;
    margin-top: 0;
    font-family: 'TradeGothic_regular';
}
.page-home .ed_slider em {
    font-size: 16px;
}


@media only screen and (max-width: 999px){
    .page-home .ed_slider .inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 412px;
        bottom: 0;
        left: 0;
        position: relative;
        background-color: #000000;
        justify-content: center;
        gap: 10px;
    }

    .page-home .ed_slider h1 {
        font-size: 36px;
    }
    .page-home .ed_slider p {
        font-size: 18px;
    }
    .student_quotes li .quote_left img {
        object-position: center 5%;
        width: 100%!important;
        height: 165px!important;
    }
    

}