.vTable{
	position:relative;
	background-color:#1D579B;
	border-radius: 15px;
	padding-top:3px;
	padding-bottom:5px;
	background-image:url("https://www.trsohbet.com/assets/img/video-ico-pixel.png"), url("https://www.trsohbet.com/assets/img/video-ico-pixel2.png");
	background-repeat:no-repeat, no-repeat;
	background-position:top left, top right;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.videoTable{
	position:relative;
	width:300px;
	display:inline-block;
	padding:10px;
	margin-left:20px;
	margin-right:20px;
}
.viframe{
	border:1px solid white;
	max-width:300px;
}
.videoH{
	color:white;
}
@media only screen and (max-width: 1140px) {
	.videoTable{
		width:100%;
		margin:0px;
	}
	.vTable{
		margin-bottom:20px;
	}
}