.vidyo-footer {
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, .02);
    border-top: 1px solid #e4eaec;
}
.vidyo-bottom {
    position:absolute;
    left:0px;
    bottom: 0%;
    width: 100%;
    overflow: auto;
}
.vidyo-controls {
    padding: 10px 30px;
    background-color: #e4eaec;
    border-top: 1px solid #e4eaec;
    margin: auto;
}
.vidyo-end
{
    color:red;
}
.vidyo-start {
    color: green;
}
.vidyo-render {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 10px;
    right:10px;
    bottom:110px;
}

.vidyo-render-with-options {
    left: 210px;
}

/* Renderer Layout CSS */
.pluginOverlay .videoContainer .frame video {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33%;
}

.vidyo-menubar {
    position: fixed;
    z-index: 1400;
    width: 200px;
    font-family: "Roboto", sans-serif;
    color: rgba(163, 175, 183, .9);
    background: #263238;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    bottom: 110px;
    float: left;
    top: 5px;
    left: 0px;
}

.vidyo-menubar-body {
    position: absolute;
    top: 100px;

}

.vidyo-menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vidyo-menubar a {
    outline: none;
}

    .vidyo-menubar a:hover,
    .vidyo-menubar a:focus {
        text-decoration: none;
    }