.profile-thumb {
    margin: 10px 0;
}
.profile .thumb-area {
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	}
.profile .thumb-c img {
	border-radius: 50%;
    max-width: 220px;
    max-height: 220px;
	width: 220px;
    height: 220px;
    object-fit: cover;
    object-position: center center;
}
.profile .thumb-s img {
	width: 100%;
	height: auto;
    max-width: 250px;
    max-height: 250px;
	width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.profile .btn  {
padding: 5px 14px;
font-size: 15px;
}
.profile-content {
height: 100px
}
.profile h2 {
	font-size: 25px;
}
.profiles h3 {
    margin: 20px 0 !important;
}
.sidebar h2 {
	font-size: 25px;
}
.profile h3 {
	font-size: 19px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.profile h2 {
    font-size: 23px;
}
}
.profile .btn a:active {
    top: inherit;
}


/* Twitter */
.twitter h3 {
  color: #000;
}





