/*Pengyin Feb 15: this stylesheet is used to define video styles in video gallay only*/
.videoWrapper{
    position: relative;
    padding: 56.25% 0 56.25% 56.25%;
    height: 0;
    padding-top: 25px;
    width: 100%;
}
.videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}