<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.com_video {
	overflow: hidden;
}
.com_video .com_video_inner {
	width: 100%;
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
}
.com_video.style1 .item {
	float: left;
	width: 25%;
	padding-right: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.com_video.style1 .item a {
	text-decoration: none;
	color: #444;
}
.com_video.style1 .item a:hover {
	color: #999;
}
.com_video.style1 .item a .image {
	overflow: hidden;
	display: block;
}
.com_video.style1 .item a .image .inner {
	display: block;
	background-color: #f9f9f9;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.com_video.style1 .item a:hover .image .inner {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.com_video.style1 .item a .image .padding {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.com_video.style1 .item a .image .padding:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.com_video.style1 .item .text {
	display: block;
	background-color: #fff;
}
.com_video.style1 .item .text .note {
	display: block;
	text-align: center;
	padding: 5px;
}

.com_video.style1 .item .gal_text {
	display: block;
	border-top: 0;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}
.com_video.style1 .item .gal_text .name {
	display: block;
	font-weight: bold;
}
.com_video.style1 .item a .gal {
	display: block;
	padding: 0 5px 5px 5px;
}
.com_video.style1 .item a .gal_inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.com_video.style1 .item a .gal .gal_image {
	display: table-cell;
	width: 50px;
    vertical-align: middle;
}
.com_video.style1 .item a .gal .gal_image .inner {
	display: block;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #eee;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.com_video.style1 .item a .gal .gal_text {
	display: table-cell;
	width: 70%;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 12px;
}
.com_video.style1 .item a .gal .gal_text .name {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
.com_video.style1 .item a .gal .gal_text .profile {
	display: block;
	font-size: 11px;
}
</pre></body></html>