article.slot{
				width:99.9%;
				height:78vh;
				border:1px solid #445d71;
				border-radius:10px;
	bckground:green;
				display:grid;
				
				grid-template-columns:50% 50%;
		
			}
			#videocontainer{
			object-fit:cover;
				background:black;
				height:100%;
				position: relative;
				display:block;
				justify-content: center;
				align-items: center;
				overflow:hidden;
			}
			#znakcontainer{
			position:absolute;
			top:calc(50% - 40px);
			left:calc(50% - 40px);
				width:80px;
				height:80px;
				z-index:999;
				borer:1px solid green;
			}
			#znakcontainer img{
				width:100%;
				height:100%;
				z-index:200;
			
			}
			#chatcontainer{
				ackground:brown;
				max-height:100%;
				overflow:auto;
			}
			video{
				height:auto;
				width:100%;
				overflow:hidden;
				object-fit:fill;
				 ackground: #000 url('/img/tvpic.jpg') no-repeat center center;
                 background-size: cover;
			}
			#chatpanel{
				bakground:blue;
				display:flex;
				justify-content: center;
				align-items: center;
				height:40px;
				width:100%;
				text-align:center;
				line-height:1.8;
			}
			#chatbox{
				width:100%;
				background:white;
				
				height:calc(78vh - 40px - 40px);
				overflow-y:auto;
			}
			div.msg{
				padding:4px;
				line-height:1.2;
				font-size:1.2rem;
			}	
			#txtcontainer{
			display:block;
				position:relative;
				height:70px;
				width:100%;
				background:pink;
			}
			#txtcontainer button{
				display:inline-block;
				position:absolute;
				right:0px;
				top:0px;
				width:50px;
				height:100%;
			}
			#txtcontainer textarea{
				display:inline-block;
				height:100%;
				width:100%;
			}
			#divDonate{
				display:flex;
				justify-content: center;
				align-items: center;
				margin-bottom:20px;
			}
			#btnDonate{
				background:#ff6b6b;
				color:white;
				border:none;
				padding:12px 24px;
				border-radius:6px;
				cursor:pointer;
				font-size:16px;
			}
			@media screen and (max-width: 773px) and (orientation: portrait){
				article.slot{
					display:block;
					height:90vh;
				}
				#chatbox{
					heigt:calc(90vh - 450px - 40px);
					height:100px;
					background:green;
				}
				#videocontainer{
					height:350px;
				}
				#chatcontainer{
					height:350px;
				}
				#txtcontainer{
					height:30px;
				}
			}
			
				

