.profile-image
{
	width: 175px;
	height: 175px;
}

@media only screen and (max-width: 768px)
{
	.profile-image
	{
		width: 130px;
		height: 130px;
	}
	.btn-sm-100
	{
		width: 100%;
	}
	
}