	/**video lightbox***/
	.bitsia_video_lightbox
    {
        width:100%;
        height: 100%;
        position: fixed;
        background-color: rgba(51, 49, 49, 0.69);
        background-size: cover;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
	
	.holder{
            margin-left: auto;
            margin-right: auto;
            width: 400px;
            height:300px;
            position:relative;
            }
    .frame{
            width: 100%;
            height:100%;
          }
          
    .frame1
          {
              width: 100%;
              height: 100%;
              border: 0px;
          }
    .holder2{
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: rgba(251, 251, 251, 0);
            cursor: pointer;
        }
        
    .frame-holder	{
        width: 100%;
        /*height: 90%;*/
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        background: #000;
        -webkit-box-shadow: 0px 10px 23px -6px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 10px 23px -6px rgba(0,0,0,0.6);
		box-shadow: 0px 10px 23px -6px rgba(0,0,0,0.6);
		position: relative;
 	}



    .close_btn
    {
            cursor: pointer;
            color: #0F0F0F;
            width: 25px;
            height: 21px;
            background-color: rgba(202, 200, 200, 1);
            margin-top: 11px;
            border-radius: 62px;
            /* border: solid 1px; */
            padding-top: 4px;
            text-align: center;
            float: right;

    }
	.close_btn_fancy
    {
        cursor: pointer;
        color: #0F0F0F;
        width: 34px;
        height: 34px;
        border-radius: 62px;
        text-align: center;
        position: absolute;
		right: -15px;
		top: -17px;
		background-image: url(/images/close_btn_fancy.png);
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1002;

    }
    
	.video_border
    {
        width: 60%;
		height: 70.5%;
        padding: 9px;
        margin: auto;
        margin-top: 9%;
    }
	
    .bitsia_content_lightbox
    {
        width: 30%;
		height: 48.5%;
		width: 575px;
		height: 410px;
        padding: 9px;
        margin: auto;
        /*margin-top: 9%;*/
		
		position: fixed;
		top: 15.25%;
        left: 35%;
        left: calc(50% - 287px);
        z-index: 1001;
        
    }