.page-title h1, h1.page-title {
    margin: 0 0 40px;
    padding: 0;
}

.video-top .container {
	display: flex;
	gap: 39px;
}
.video-top-left, .video-top-right {
	width: 50%;
}
.video-top-left {
	line-height: 1.45;
}
.video-top-left strong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.posts {
	padding-top: 70px;
}
.news-list {
    display: grid;
    gap: 39px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 0px;
    margin-bottom: 40px;
}
.video-top-right .news-item {
	display: block;
	height: 100%;
}

.video-top-right .news-item a {
	height: 367px;
}

.news-item {
    display: block;
    height: 100%;
    width: 100%;
}

.news-item a {
    display: flex;
    height: 274px;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.news-item img {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 0;
}

.news-item a::before {
    content: url(/wp-content/themes/dvor/img/play.svg);
    position: absolute;
    display: flex;
    margin: auto;
    width: 110px;
    height: 110px;
    z-index: 2;
    align-items: center;
    justify-content: center;
	transition: 0.5s;
}

.news-item a:hover:before {
	transition: 0.5s;
	filter: brightness(1.5);
}

.news-item-title {
	text-transform: uppercase;
	font-weight: 700;
}

.news-item p {
	margin: 0;
}

@media screen and (max-width: 1500px) {

	.video-top-right .news-item a {
		height: 300px;
	}	
	.video-top-left strong {
		font-size: 16px;
	}
	.video-top-left {
		font-size: 16px;
	}
	.news-list {
		gap: 25px;
	}
	.news-item-title {
		font-size: 16px;
	}
	.news-item a {
		height: 220px;
	}
	.news-item-text {
		font-size: 16px;
	}

 }

@media screen and (max-width: 1440px) {
	.video-top-left {
		font-size: 14px;
	}
	.video-top-right .news-item a {
		height: 260px;
	}

	.news-list {
		gap: 20px;
	}

	.news-item-text {
		font-size: 15px;
	}

 }

@media screen and (max-width: 991px) { 
	.video-top .container {
		gap: 20px;
		flex-direction: column;
	}
	.news-list {
		gap: 25px;
		grid-template-columns: repeat(2,1fr);
	}
	.video-top-left, .video-top-right {
		width: 100%;
	}
	.posts {
		padding-top: 40px;
	}
	.news-item-text {
		font-size: 14px;
	}
	.single-post .products-slider-section {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) { 

	.video-top-left {
		font-size: 16px;
	}
	.news-item-text {
		font-size: 16px;
	}

}

@media screen and (max-width: 500px) { 
.news-list {
	grid-template-columns: repeat(1,1fr);
}
}