.active-profile {
	opacity: 1;
	transition: opacity ease-in-out .3s;
}
.active-profile.change {
	opacity: 0;
}

.profile {
	opacity: 1;
	transition: opacity ease-in-out .3s;
}
.profile.active {
	opacity: .2;
}


@media (min-width: 768px) {
	.col-md-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}


@media (min-width: 1024px) {
	
	.active-profile {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.profiles {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}
