
/* //////////////////////////////////// */
.title{
	width: 100%;
	position: relative;
	margin-top: -20px;
}
.title>div{
	position: absolute;
	top:5px;
	left:5px;
}
.title>div>img{
	border-radius: 100px;
}
.title>img{
	width: 100%;
}


