	
	.vjs-menu li {
        text-transform: capitalize !important;
    }

    /*
    .ctxt {
        visibility: hidden !important;
        position: relative;
    }*/
    
    /*.ctxt:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Powered by MyVRSpot";
    }*/

    .vjs-marker-inn {
        width: 6px;
        height: 8px;
        background-color: #FFEB3B !important;
    }

    .video-js .vjs-custom-info .vjs-icon-placeholder:before {
        content: "\f05a";
        font: FontAwesome;
    }

    .custom-modal{
        display:flex;
        justify-content:center;
        align-items:center;
        height:100%;
        border:5px solid red;
    }

    .vjs-description-bar {
        top: 0;
        position: absolute;
        z-index: 10000;
        background: #FFF;
        opacity: .9;
        padding: 20px;
        color: white !important;
        height: 100%;
        width: 100%;
        overflow: auto;
        display:none;
    }

    .vjs-description-header {
        color: black;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid black;
    }

    span.vjs-description-close {
        float: right;
        cursor: pointer;
        color: white;
        background: black;
        border-radius: 6px;
        padding: 2px 4px;
        margin-top: -5px;
    }

