html,body,#wrapper,.slide {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    padding:0;
    overflow: hidden;
}
#wrapper {
    position: absolute;
    background: #000000;
}

.slide {
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

#bar {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    background-color: rgba(8, 8, 8, 0.8);
    /*line-height: 50px;*/
    font-size: 25px;
}

#bar > #caption {
    text-align: center;
    padding: 10px;
    color: #f5f5f5;
    font-family: Calibri, serif;
}

#bar > #thumbnails {
    display: inline;
    margin-left: calc(50% - 100px);
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}

#bar > #thumbnails > .thumbnail {
    width: 200px;
    height: 100px;
}

.active {
    border: 2px #dc143c solid;
    border-radius: 5px;
}