#academy-page { 
    overflow: hidden;
    padding: 30px 0;
}    
#academy-page .video-wraper {
    width: 24%;
    float: left;
    padding: 0px;
    margin-bottom: 35px;
}

#academy-page .video-container {
    max-width: 200px;
    width: 100%;
    border: 1px #d3cfcf solid;
    box-shadow: 4px 2px 3px #b3afa4;
    height:160px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    cursor: pointer;  
}

#academy-page .video-container .filename {
    color: green;
    position: absolute;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
    min-height: 25px;
    padding: 5px;
}
#academy-page .video-container:hover .filename {
    font-weight:bold;
    min-height: 45px;
    
}
.ui-dialog {
    width: 700px !important;
    max-width:100%;
}
.ui-dialog video {
    width: 100%;
}
.ui-dialog-titlebar {
    background: #1dc4f2; 
}