.player-controller {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: .5;
    transition: visibility 0s linear .7s, opacity .7s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%
}

.player-controller>* {
    margin: 0 5px
}

.player-controller-visible {
    transition-delay: 0s;
    visibility: visible;
    opacity: .5
}

.player-controller-hidden {
    opacity: 0;
    visibility: hidden
}

.player-timeline-container {
    width: 50%;
    height: 10%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.player-timeline {
    border: 1px solid #fff;
    width: 85%;
    height: 4px;
    margin: 0 auto
}

.player-timeline:hover {
    cursor: pointer
}

.player-timeline-mark {
    width: 85%;
    margin: 0 auto
}

.player-timeline-position {
    font-family: LevelOne;
    font-size: .8em;
    color: #fff;
    float: left
}

.player-timeline-duration {
    font-family: LevelOne;
    font-size: .8em;
    color: #fff;
    float: right
}

.player-btn-toggle-play {
    height: 50%;
    width: 5%;
    border-radius: 7pt;
    padding: 2px
}

.player-btn-play {
    background: url(https://player.eyevinn.technology/v0.4.2/build/media-play.ae204cd6.svg) 50% no-repeat;
    background-size: 50%;
    background-color: #fff
}

.player-btn-pause {
    background: url(https://player.eyevinn.technology/v0.4.2/build/media-pause.f7c8fd5e.svg) 50% no-repeat;
    background-size: 50%;
    background-color: #fff
}

.player-btn-toggle-audio {
    height: 50%;
    width: 5%;
    border-radius: 7pt;
    padding: 2px
}

.player-btn-audio-on {
    background: url(https://player.eyevinn.technology/v0.4.2/build/volume-high.b9181eb3.svg) 50% no-repeat;
    background-size: 50%;
    background-color: #fff
}

.player-btn-audio-off {
    background: url(https://player.eyevinn.technology/v0.4.2/build/volume-off.25cc1e42.svg) 50% no-repeat;
    background-size: 50%;
    background-color: #fff
}

.player-btn-hover {
    background-color: #0fbaf0
}

.player-btn-big {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33%;
    height: 33%;
    margin: 2%;
    z-index: 20;
    opacity: .5;
    border-radius: 40px;
    background: url(https://player.eyevinn.technology/v0.4.2/build/media-play.ae204cd6.svg) 50% no-repeat;
    background-size: 33%;
    background-color: #fff;
    cursor: pointer
}

.player-btn-big-hidden {
    display: none
}

.player-btn-big-visible {
    display: block
}

.player-logo {
    background: url(https://player.eyevinn.technology/v0.4.2/build/eyevinnlogo.6ea886ba.png) no-repeat;
    background-size: contain;
    height: 70%;
    width: 25%;
    display: none;
}

@media (max-width:850px) {
    .player-timeline-container {
        display: none
    }
}

.eyevinn-player {
    width: 100%;
    height: 100%
}
