.media-model .tabs button,
.event-showcase .tabs button{
    font-size: 0.85em;
    line-height: 25px;
    font-family: 'avenir', serif;
    color: #777;
    height: 50px;
    background-color: #E5E5E5;
}
.media-model .tabs button.active,
.event-showcase .tabs button.active{
    color: #FFF;
    background-color: #00488C;
}
.media-model .media-files div[data-type],
.event-showcase .media-files div[data-type]{
    height:320px;
    border: 15px solid #FFF;
}