@media all and (min-width: 641px) {
	
    /* TITLE */
    body.fellowship #title {
        margin-bottom:0;
        height:250px;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/research/title-bg.jpg);
        background-repeat:
        repeat-x,
        no-repeat,
        no-repeat;
        background-position:
        top center,
        center center,
        center center;
        background-size:
        auto,
        auto,
        cover;
    }
    
    .staff .staff-table .name{
        display: inline-block;
        min-width: 90px;
        box-sizing: border-box;
    }
    
}

@media only screen and (max-width: 640px) {
	
    /* TITLE */
    body.fellowship #title {
        margin-bottom:0;
        background-image:
        url(../images/common/h-bg.png),
        url(../images/common/title-polygon.png),
        url(../images/research/title-bg.jpg);
        background-repeat:
        repeat-x,
        no-repeat,
        no-repeat;
        background-position:
        top center,
        center center,
        center center;
        background-size:
        1px 75px,
        175% auto,
        cover;
    }
    

    .staff .staff-table .name{
        display: inline-block;
        min-width: 80px;
        box-sizing: border-box;
    }
}