		.member {
		 	margin-left : auto;
		 	margin-right : auto;
		 	width : 70%;
		 	box-sizing : border-box;
		 }
		 .row1 {
		 	width : 50%;
		 	float : left;
		 }
		 
		  .row2 {
		 	width : 33.33%;
		 	float : left;
		 }
		 
		 .sayeed { text-align : center;}
		 .row1 img, .row2 img {
		  	width : 250px;
  			height : 250px;
  			border-radius: 50%;
  			border : 2px solid lightgray;
		 }
		 
		 @media screen and (max-width: 800px) {
           .row1, .row2 {
              width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
              text-align : center;
              border-bottom : 2px dotted #156F8B;
              margin-bottom : 10px;
           }
         }
         .member::after {
  			content: "";
  			clear: both;
  			display: table;
		 }
		 
		 .mycenter { 
		 	text-align:  center;
		 }
		 
		 .myactive {
		 	background-color : #439FBB;
		 }