<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Import Kanit Font */
@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700&amp;subset=thai');

html {
	overflow-x: hidden;
}

body {
/*	background: url(../image/v02/bg-mini.png);*/
	background-repeat: repeat;
	background-size: 60%;
	background-color: #fff;
}

html,
body {
/*	height: 100%;*/
/*	overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kanit', sans-serif;
	margin: 0 0 35px;
	letter-spacing: 1px;
}

#all-wrap {
	min-height: 100%;
}

.content-collection {
	margin-top: 50px;
}

.each-data-container {
	position: relative;
	margin-bottom: 20px;
}

.each-info-container {
	padding: .5rem .75rem;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.info-container {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.profile-container {
	position: relative;
	width: 100px;
	height: 100px;
}

.profile-img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.each-info-txt {
	margin-bottom: 0;
	color: #494949;
}

.each-info-head-txt {
	font-size: 1.3rem;
	font-weight: 600;
}

.left-info-container {
	position: absolute;
	top: 50%;
	right: 5px;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.share-live-playback-link {
/*	background-color: #3b5998;*/
	background-color: #f21529;
	color: #fff;
	border-radius: 20px;
	padding: .5rem .75rem;
	font-size: 1.1rem;
}

.share-live-playback-link:hover,
.share-live-playback-link:focus {
	color: #fff;
}

.video-player-container {
	position: relative;
	width: 100%;
	padding-top: 50%;
	background-color: #000;
}

.video-player-container video {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	z-index: 1;
	
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
}

#video-bg-img {
	border-radius:         28%;
  -o-border-radius:      28%;
  -webkit-border-radius: 28%;
  -moz-border-radius:    28%;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 40;
  width: 208px;
  height: 208px;
}

.each-link-relate-live {
	display: block;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	margin-bottom: 10px;
}

.relate-live-cover {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.relate-live-cover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	z-index: 0;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.video-demo-ply {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.relate-head-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	padding: .25rem .5rem;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
	z-index: 2;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.relate-live-info-container {
	background-color: #fff;
	padding: .25rem .5rem; 
}

.relate-label-txt {
	margin-bottom: 0;
	color: #999999;
}

.recommend-live-txt {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #434343;
	font-family: 'Kanit', sans-serif;
}


@media(min-width: 320px) {
	
	.profile-container {
		width: 50px;
		height: 50px;
	}
	
	.share-live-playback-link {
		font-size: .75rem;	
	}
	
	.each-info-head-txt {
		font-size: .8rem;
		max-width: 50px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.content-collection {
		margin-top: 20px;
	}
	
	.relate-head-txt {
		font-size: .7rem;
	}
	
	.relate-label-txt {
		font-size: .7rem;
	}
	
	.video-player-container {
		padding-top: 140%;
	}
	
/*
	.video-player-container video {
		width: 100%;
		height: auto;
	}
*/
	
}


@media(min-width: 992px) {
	
	.profile-container {
		width: 100px;
		height: 100px;
	}
	
	
	.share-live-playback-link {
		font-size: 1.1rem;	
	}
	
	.each-info-head-txt {
		font-size: 1.3rem;
		max-width: 200px;
	}
	
	.content-collection {
		margin-top: 50px;
	} 
	
	.relate-head-txt {
		font-size: 1.2rem;
	}
	
	.relate-label-txt {
		font-size: 1rem;
	}
	
	.video-player-container {
		padding-top: 50%;
	}
	
/*
	.video-player-container video {
		width: auto;
		height: 100%;
	}
	
*/
}</pre></body></html>