#videoGallery {
    position: relative;
    height: 100%;
    overflow: hidden;
	background: black;
}
#videoGallery video{
    margin-top: -2px;
}

.videoRow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: #fff;
}
#pageVideo {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#browser_container .browser_inner .browser_content {
    min-height: auto;
}

.internal-page .jumbotron {
	background-color: #f9f9f9;}