/*
Theme Name: AmeriTech
theme	Theme URI:
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.post-feed-list.loading {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s linear;
}

.projects-list.loading {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s linear;
}

.iframe-youtube video {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: max(8px, 8rem);
}
