@media only screen and (max-width: 767px)
{
	.details_flex {
    display: block;}
  .detail_cont {
		width: 100%;
		margin-top:10px;
	}
	.profile_user {
		display: block;
	}
	.profile_pic_edit{margin-top:10px;}
	.top_bar_title_edit {
    display: block;}
	.left_user_controls >ul{    display: flex;
    overflow-x: scroll;}
	.left_user_controls >ul >li a {
		display: block;
		padding: 7px 15px;
		width: 100%;
		color: #333333;
		white-space: nowrap;
		background: #ccc;
		border-right: 1px solid #000;
	}
}