.video-player-container-mobile {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 9px;
    border: none;   
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    z-index: 5;
    overflow: hidden;
}
	.video-player-container-mobile.bordered-player {
	    /* border: 2px solid #bf3542; */
	    border: 1.4px solid rgba(191, 53, 66, 0.8);
	    box-shadow: rgba(191, 53, 66, 0.5) 3px 3px 3px;
	}


/* BEGIN: progress-wrapper */
.video-player-container-mobile .progress-wrapper {
    position: relative;
    background-color: transparent;
	width: 100%; 
}

.video-player-container-mobile .progress-wrapper .progress-label {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 1.6em;
    font-weight: bold;
}
/* END: progress-wrapper */


.video-player-container-mobile .play-video-container {
	height: 100%;	
}

.video-player-container-mobile .play-video-container .video-wrapper{
	height: inherit;	
}



	.video-player-container-mobile .play-video-container #camera-preview {
		width: 104.5px;
		height: 77.45px; 
	}
	.video-player-container-mobile .play-video-container .progress-wrapper {
		width: 95px;
		height: auto;
	}

.video-player-container-mobile .player--btn--action {
	opacity: 0.8;
}
	.video-player-container-mobile .player--btn--action:hover {
		opacity: 1;
	}
	.video-player-container-mobile .player--btn--action img {
		width: 22px;
	    height: 22px;
	}


.video-player-container-mobile .top-actions-container {
	position: absolute;
   	width: 100%;
   	top: 0;
   	z-index: 2;
}
	.video-player-container-mobile .top-actions-container .player--btn--action img {
	    vertical-align: top;
	}

.video-player-container-mobile .bottom-actions-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
	.video-player-container-mobile .bottom-actions-container .player--btn--action img {
		vertical-align: bottom;
	}



/* BEGIN: Override of video-js */

.video-player-container-mobile .video-js,
.video-player-container-mobile .vjs-poster {
    border-radius: 9px;
    background-color: transparent;
}
.video-player-container-mobile .video-js .vjs-control-bar {
	position: fixed;
   	bottom: 60px;
}
.video-player-container-mobile .video-js .vjs-tech {
    border-radius: 9px;
	/* z-index: 2; */
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    margin-top: -1px;    
}


.video-player-container-mobile	.ui-resizable-nw {
    width: 22px;
    height: 22px;
    /* left: -5px; */
    /* bottom: -5px; */
    top: 0px;
    left: 0px;
}

/* END: Override of video-js */
