@media (max-width: 1024px) {
	
.video-post-fold video {
    width: 100%;
    max-width: unset;
    float: none;
    clear: both;
}

.video-post-description {
    text-align: center;
}
	
	.youtube-embed-fold {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	
}