#playerView {
    background: #000;
    z-index: 98;
}

#playerView .mainContent {
    margin: 0;
    padding: 0;
    position: relative;
}

#gbfp {
    position: absolute;
    top: 25px;
    left: 25px;

    width: 18px;
    height: 28px;

    opacity: .4;
}

#playerView .focus {
    opacity: 1 !important;
}

#video {
    width: 100%;
}

.video-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.controllers {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: -30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.76);
}

.controllers .focusable {
    display: inline-block;
    margin-left: 10px;
    border-radius: 25%;
}

#seek-bar {
    cursor: pointer;
    height: 10px;
    outline: thin solid black;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#seek-bar span {
    background-color: greenyellow;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0px;
}