.vjs-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.vjs-marker:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    cursor: pointer;
}

.vjs-tip {
    position: absolute;
    bottom: 14px;
    z-index: 100000;
    display: block;
    padding: 5px;
    font-size: 10px;
    visibility: hidden;
    opacity: 0.8;
}

.vjs-tip .vjs-tip-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 9px;
    height: 5px;
    margin-left: -4px;
    background: url(data:image/gif;base64,R0lGODlhCQAJAIABAAAAAAAAACH5BAEAAAEALAAAAAAJAAkAAAIRjAOnwIrcDJxvwkplPtchVQAAOw==) no-repeat top left;
    background-position: bottom left;
}

.vjs-tip .vjs-tip-inner {
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    color: white;
    text-align: center;
    background-color: black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.vjs-break-overlay {
    position: absolute;
    top: 0;
    z-index: 100000;
    visibility: hidden;
}

.vjs-break-overlay .vjs-break-overlay-text {
    padding: 9px;
    text-align: center;
}