@media only screen and (min-width: 900px)
{
	.video_list_title_box
	{
		  height:50px;
	}
	.video_list_title
	{
		   display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		  overflow: hidden;
		  text-overflow: ellipsis;
	}
}

@media (min-width: 1024px) {
  .video-block {
    min-height: 100vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

.player_before
{
	width: 100%;
	height: 500px;
	max-height: 500px;
}
.player_before .ads_content
{
	width:350px;
	margin:0 auto;
}
.video-wrapper {
width: 100%;
max-width: 100%;
height: auto;
}
.video-wrapper iframe {
width: 100%;
height: 500px;
max-height: 500px;
border: none;
}