
[class*="asp_"] {
	width: 100%;
	
	&.asp_1-1 :where(img, video, .imap, iframe) {
		aspect-ratio: 1/1;
	}
	
	&.asp_16-9 :where(img, video, .imap, iframe) {
		aspect-ratio: 16/9;
	}
	
	&.asp_9-16 :where(img, video, .imap, iframe) {
		aspect-ratio: 9/16;
	}
	
	&.asp_3-4 :where(img, video, .imap, iframe) {
		aspect-ratio: 3/4;
	}
	
	&.asp_5-4 :where(img, video, .imap, iframe) {
		aspect-ratio: 5/4;
	}
	
	&.asp_12-5 :where(img, video, .imap, iframe) {
		aspect-ratio: 12/5;
	}

	iframe {
		width: 100%;
		height: auto;
	}
}
