
        .cont1 {
            position:fixed;
            z-index:1000;
            background-color:#333;
            width:100%;
            height:100%;
            top:0;
            bottom:0;
            left:0;
            right:0;
            display:none;
        }
        .close1{
            position:relative;
            float:right;
            right:15px;
            top:15px;
            display:block;
            z-index:9999;
            cursor:pointer;
            background-color:red;
            border-radius:100%;
            width:25px;
            height:25px;
        }
        .player1 {
            z-index:1001;
            position:relative;
            width:90%;
            height:90%;
            background-color:black;
            top:5%;
            left:5%;
        }
        .container1{
            height:400px;
            width:100%; 
            position:relative; 
            padding:0; 
            margin:0;
            filter: brightness(1.2);
          }
          .cl1{
            position:absolute;
            top:-80px;  
            width:100%;
            height:300px;
          }
          .m1{
            z-index:70;
            position:absolute;
            top:0px;
            width:100%;
          }
          
          .bg1 {
            z-index:999;
            background-image: url('bg.png');
            background-size: 100% 100%;
            width:100%;
            height:400px;
            position:absolute;
            top:-100px;
          }
          .c1 {
            position:absolute;
            top:40px;
            left:80%;
            z-index:999;
            background-image: url('c1.png');
            background-size: 100% 100%;
            width:100px;
            height:250px;
          }
          .w1 {
            position:absolute;
            top:130px;
            z-index:-1;
            width:100%;
            height:320px;
          }
          
          .txt1{
            position:absolute;
            top:25px;
            left:0px;
            width:95%;
            height:auto;
            margin-left:25px;
            margin-right:25px;
            margin-bottom:25px;
            z-index:999;
          }
          