.section {margin-bottom: 50px;}
.section .meta {width:70%;}
.section .meta .meta-row {display: flex;justify-content: space-between;margin-bottom: 10px;}
.section .meta .meta-row .left {width:10%;}
.section .meta .meta-row .right {width:90%;}
.section .meta .meta-row a:hover {text-decoration: underline;}

@media only screen and (max-width: 768px){
	.section .meta {width:100%;}
	.section .meta .meta-row .left {width:15%;}
	.section .meta .meta-row .right {width:85%;}
}
@media only screen and (max-width: 576px){
	.section .meta .meta-row .left {width:20%;}
	.section .meta .meta-row .right {width:80%;}
}


.videoWrap{width:70%; padding: 0;box-sizing:border-box; float:left;}
.videoWrap .videoShow .popVideo{position:relative;-webkit-box-shadow: 0 0 10px #ccc;  -moz-box-shadow: 0 0 10px #ccc;  box-shadow: 0 0 10px #ccc;}
.videoWrap .videoShow .popVideo video{width:100%;aspect-ratio: 777 / 436;}

.videoDirItem{padding: 0 0 0 15px;box-sizing:border-box;display:flex;flex-wrap: wrap;}
.videoDirItem>.flex-img {display: flex;flex-direction: row;margin-bottom: 5px;overflow: hidden;}
.videoDirItem>.flex-img:hover .flex-desc {font-family: 'Helvetica-Bold';}
.videoDirItem .active {font-family: 'Helvetica-Bold';}
.videoDirItem>.flex-img img{transition:0.5s linear;transform:scale(1,1);}
.videoDirItem>.flex-img:hover img{transition:0.5s linear;transform:scale(1.1,1.1);}
.videoDirItem>.flex-img .img-wrapper{width: 38%;cursor: pointer;overflow: hidden;}
.videoDirItem>.flex-img .img-wrapper img {width: 100%;}
.videoDirItem>.flex-img .flex-desc {cursor: pointer; box-sizing: border-box; padding-left: 12px;display: flex; flex-direction: column; justify-content: center; }
.videoDirItem>.flex-img:active:focus{display:flex;}

@media only screen and (max-width: 768px){
	.section {margin-bottom: 100px;}
	.videoWrap{width:100%;margin-bottom: 10px;}
	.videoDirItem{width: 100%;padding: 0;}
	.videoDirItem>.flex-img {width: 50%;}
}

@media only screen and (max-width: 576px){
	.videoWrap {padding: 0 0 10px 0;}
	.videoDirItem {padding: 0 0 5px 1px;}
	.videoDirItem>.flex-img {width: 100%;}
}