  #page {
    padding-top: 35.598290598291% !important;/*40.*/
    position: relative;
}

.feature {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.feature img {
    width: 100%;
}

/*.feature:after {
    background: rgba(0,0,0,.67);
    bottom: 24px;
    color: white;
    content: 'The University is proud to recognize the talents, achievements, and dedication of its faculty and staff members.';
    display: block;
    left: 24px;
    padding: 6px 12px;
    position: absolute;
    width: 25%;
}*/

@media only screen and (max-width: 767px) { 
    #page {
        padding-top: 37.3% !important;
    }
    .feature:after {
        font-size: 13px;
        margin-right: 24px;
        width: auto;
    }
}