.profile-box1{
 	box-shadow: 5px 5px 5px 5px gray;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.small-profile-button{
	padding:2px 7px;
	background: black;
	margin:4px 2px;
	font-size:12px;
	border:0;
	float:left;
	color:white;
	font-weight:500;
	border-radius: 5px;
}
.small-profile-button:hover{
	background:white;
	border: 2px solid black;
	transition-duration: 0.4s;
	color: black;			
	font-weight:700;
}
.center-cropped-dp {
	object-fit: cover;
	object-position: center;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
}
.center-cropped{
	object-fit: cover;
	object-position: center;
	width: 220px;
	height: 220px;
	overflow: hidden;
}

/*1400px Media Device*/
@media(max-width:1400px){
.center-cropped-dp {
	object-fit: cover;
	object-position: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}	
}

/*Small Media Device*/
@media(max-width:480px){
.center-cropped-dp {
	object-fit: cover;
	object-position: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}	
}



