@media screen and ( max-width: $grid-breakpoint-lg - 1 ) {
	
	.iconbox {
		
		&[data-plugin-animated-icon] {
			
			> svg,
			object {
				opacity: 1;
			}
		}
	}
}