#player2 {
    display: none;
    position: absolute;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .5);
    cursor: pointer;
}

#player-divider {
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
    background: #003b67;
    display: none;
}

#multicam {
    position: absolute;
    top: 0;
    left: 0;
}

#player [data-container] {
    background: url('Blue_bg.jpg');
    background-size: cover;
}

[data-container] .video-custom-wrap {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .8);
}

video {
    outline: 0;
    background-color: black;
}

#left-overlay,
#right-overlay {
    position: absolute;
    width: 0;
    height: 0;
    display: none;
    cursor: pointer;
}

[data-player] span.timestamp {
    padding: 5px 10px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.resize-handle {
    position: absolute;
    background: transparent;
    width: 15px;
    height: 15px;
    display: none;
}

.resize-side-handle {
    position: absolute;
    background: transparent;
    display: none;
}

.resize-side-handle.handle-top,
.resize-side-handle.handle-bottom {
    width: 100%;
    height: 15px;
}

.resize-side-handle.handle-left,
.resize-side-handle.handle-right {
    width: 15px;
    height: 100%;
}

.resize-side-handle.handle-top {
    left: 0;
    top: 0;
}

.resize-side-handle.handle-right {
    right: 0;
    top: 0;
}

.resize-side-handle.handle-bottom {
    left: 0;
    bottom: 0;
}

.resize-side-handle.handle-left {
    left: 0;
    top: 0;
}

.resize-handle.handle-bottom-right {
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 0;
    bottom: 0;
}

.resize-handle.handle-bottom-left {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    left: 0;
    bottom: 0;
}

.resize-handle.handle-top-right {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    right: 0;
    top: 0;
}

.resize-handle.handle-top-left {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    left: 0;
    top: 0;
}

[data-player] .pip-controls {
    margin: 8px 0 8px 8px;
    float: right;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-player] .pip-controls.hidden {
    display: none;
}

[data-player] .pip-controls hr {
    margin: 8px 0 4px;
    border-color: rgba(255, 255, 255, .4);
}

[data-player] .pip-container {
    position: absolute;
    left: -14px;
    top: -169px;
    padding: 2px;
    color: white;
    border: 1px solid rgba(42, 49, 67, .65);
    background-color: #3f5778;
    border-radius: 5px;
    cursor: auto;
}

[data-player] .pip-container:after {
    font-size: 1em;
    content: "";
    position: absolute;
    bottom: -12px;
    right: 40%;
    width: 0;
    height: 0;
    border: 6px solid #3f5778;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 0;
}

[data-player] .pip-container.hidden {
    display: none;
}

[data-player] .pip-btn {
    height: 20px;
    display: block;
    cursor: pointer;
    fill: transparent;
    stroke: rgba(255, 255, 255, .4);
}

[data-player] .pip-menu-btn {
    float: right;
    position: relative;
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

[data-player] .pip-menu-btn.active {
    color: rgba(255, 255, 255, .9);
}

[data-player] .pip-menu-btn:hover {
    color: rgba(255, 255, 255, .7);
}

[data-player] .pip-mode {
    margin: 4px;
    height: 25px;
    width: 36px;
    cursor: pointer;
    fill: transparent;
    stroke: rgba(255, 255, 255, .5);
    text-anchor: middle;
    font-size: 18px;
    font-weight: bold;
}

[data-player] .pip-mode.active {
    stroke: rgba(255, 255, 255, .9);
}

[data-player] .pip-mode text {
    text-anchor: middle;
    font-size: 18px;
    font-weight: bold;
    fill: rgba(255, 255, 255, .4);
    stroke: none;
}

[data-player] .pip-mode.active text {
    fill: rgba(255, 255, 255, .9);
}

[data-player] .pip-mode line {
    stroke-width: 2px;
}

[data-player] .close-secondary-player-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 4px;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(112, 128, 144, .7);
    color: whitesmoke;
    border-radius: 50%;
    z-index: 100000;
    display: none;
}

[data-html5-video] {
    top: 0;
    left: 0;
}
