body{
	font-family: sans-serif;
}
iframe {
	max-width: 100%;
	aspect-ratio: 16/9; 
}
figure.feature-image {
	max-width: 50%;
	display:inline-block;
	overflow: hidden;
}
img.feature{
	max-width: 100%;
	filter: saturate(30%);
}
img.feature:hover {
	filter: drop-shadow(10px 10px 15px #000);
	
	transform: scale(1.55);
}

p::after {
	content: " Woah!" ;
}