@media (min-width: 960px) 
{
	.fancy-header .headline-row .uk-tile::before,
	.fancy-header .image-row .uk-tile::before,
	.fancy-header .image-row .uk-tile::after {
		clip-path: url(#outside-circle);
	}

	.fancy-header .image-row .uk-tile::after {
		clip-path: url(#outside-circle-mirrored);
	}
}