/*
Theme Name: Alder Child
Description: Child theme for the Alder Theme
Author: TreeThemes
Template: alder
Version: 1.3
*/

.opacity-img{
	opacity: 1;
	transition: 0.5s all;
}

.opacity-img:hover{
	opacity: 0;
	transition: 0.5s all;
}
