.hon-collection-page-video__description {
	max-width: 790px;
	margin: 0 auto;
	text-align: center;
}

.hon-collection-page__video-banner {
	width: 90%;
	object-fit: cover;
	max-width: 1425px;
}

.hon-collecetion-page__video .video-section {
	padding: 130px 0;
	display: flex;
	justify-content: center;
}

@media(max-width:750px) {
	.hon-collecetion-page__video .video-section {
		padding: 0;
		max-height: 630px;
	}

	.hon-collection-page__video-banner {
		min-height: 630px;
		width: 100%;
	}
}