.editor-styles-wrapper .aboutusvideo{
	padding: 0 0 100px;
	background: var(--wp--preset--color--background-colors-bg-light-1);

	@media( max-width: 767px ){
		padding: 0 0 64px;
	}

	iframe{
		width: 100%;
		height: auto;
		aspect-ratio: 500/281;
	}
}