/* Your custom styles */

.toolbar {
    position: fixed;
    left: 50px;
    top: 100px;
    background-color: black;
    width: 50px;
}

video {
    height: 70vh !important;
    width: auto !important;
    max-width: 41vh !important;
    background-color: black !important;
}

#genymotion {
    position: fixed;
    top: 64px;
    left: 120px;
    padding-top: 20px;
}

.wrapper_video {
    height: 88vh !important;
    background: transparent url('../img/phone.png') no-repeat top left !important;
    padding-left: 0.8vh;
    padding-top: 8.5vh;
    background-size: auto 88vh !important;
}


.player {
    background: transparent !important;
    padding-top: 0 !important;
}
