.fvp {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-size: 1em;
	color: #444;
	background: #000;
	display: block;
	width: 100%;
}

.fvp .playlist_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fvp .playlist_container .handap {
	color: #ddd;
    background: #111;
    height: 100%;
	overflow-y: auto;
    padding: 5px 0;
    /*max-height: 370px;*/
}
.fvp .playlist_container .handap,
.fvp .playlist_container .bingkay {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

.fvp .playlist_container .bingkay {
	height: 100%;
	border: 0;
}

.fvp a {
	text-decoration: none;
	outline: 0;
}

.fvp a img {
	border: 0;
}

.fvp .fvp_vid_play {
	cursor: pointer;
    background-position: center !important;
}
.fvp .fvp_vid_play a {
	display: block;
	position: absolute;
	width: 70px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -35px;
	text-align: center;
	background: url(/site/themes/lapuzzle/images/youtube_black.svg) center no-repeat;
}
.fvp .fvp_vid_play:hover a {
	background: url(/site/themes/lapuzzle/images/youtube_red.svg) center no-repeat;
}

.fvp .playlist_container .handap div.title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    position: absolute;
    padding: 0 4px 0 2px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.fvp .playlist_container .handap div.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    /*background-color: rgba(0, 0, 0, 0.41);*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.fvp .playlist_container span.mute,
.fvp .playlist_container span.about a {
	color: #767676;
	font-size: .8em;
    display: none;
}

.fvp .playlist_container .thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #555;
	/*margin-bottom: 20px;*/
}

.fvp .playlist_container .play:hover,
.fvp .playlist_container .vid-active {
	background: #000;
}
.fvp .playlist_container .vid-active .thumb img {
    border: 1px solid #f00;
}
.fvp .playlist_container .play {
	cursor: pointer;
    line-height: 1.1;
    margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
	/*@media screen and (max-width:767px) {*/
	.fvp .list-block {
		min-height: 320px;
	}
	.fvp .playlist_container .handap div.title {
		font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	.fvp {
        height: auto;
	}
	.fvp .playlist_container,
	.fvp .playlist_container:first-of-type,
	.fvp .playlist_container:last-of-type {
		/*width: 100%;*/
	}
    .fvp .fvp_vid_play a { /*margin-top: 20%;*/  }
	.fvp .playlist_container:first-of-type {/*height: 40%;*/}
	.fvp .playlist_container:last-of-type {/*height: 60%;*/}
}



.fvp .thumb-col, .fvp .title-col {position: relative;}
.fvp .thumb-col {padding: 0 5px;}
.fvp .title-col {}
.fvp .row {
    margin-right: 0;
    margin-left: 0;
}
.fvp [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}