/* RESPONSIVE */

	@media (max-width: 800px) {
		:root {
			--wp--style--global--content-size: 100%;
		}
	}
	
	:root {
		--sticky-margin: 10em;
	}

/* FIXES */

	:where(.wp-block-columns.has-background) {
		padding: initial;
	}
	.wp-block-outermost-social-sharing{
		list-style: none;
	}
    .wp-block-video{
      aspect-ratio: 16 / 9 !important;
      background-color: #000 !important;
    }
	.wp-block-video * {
		aspect-ratio: inherit !important;
	}
