.tabs-reviews img {
	max-width: 300px;
	padding: 0 25px 0 0;
}

.tabs-reviews div:last-child img {
	padding: 0;
}

.tabs-reviews .tab_content[open] {
	overflow-x: auto;
}

.video-pop {
	position: relative;
	display: block;
}

.tab_content div .title {
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 5px 0;
}


.video-pop::after {

	display: block;
	content: '';
	background: url('/local/templates/.default/img/youtube-ico-gray.png');
	background-size: auto;
	height: 70px;
	width: 70px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0.8;
	-moz-transition: 0.1s all linear;
	-o-transition: 0.1s all linear;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;

}

.video-pop:hover::after {
	display: block;
	content: '';
	background: url('/local/templates/.default/img/youtube-ico.png');
	background-size: auto;
	height: 70px;
	width: 70px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	-moz-transition: 0.1s all linear;
	-o-transition: 0.1s all linear;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.tab_content .player_item {
	/*min-width: 300px;
	margin-right: 15px;
	display: flex !important;*/
}
