/*----------
	topmessage
----------*/
.profile-img {
	overflow: hidden;
	cursor: pointer;
}

.profile-img img {
	transition: 0.4s ease-in-out;
}

.profile-img:hover img:nth-of-type(2) {
	opacity: 0;
}