.wrapaboutme{
width:100%;
}
	.aboutme-image{
	float:left;
	width:31.333%;
	margin-right:2%;
	text-align:center;
	}
		.aboutme-image img{
		max-width:80%;
		height:auto;
		}
	.aboutme-content{
	float:left;
	width:66.666%;
	}
		.aboutme-headline{
		margin:0px 0px 10px 0px;
		}
		.aboutme-subline{
		margin:0px 0px 16px 0px;
		}
		.aboutme-text{
		margin:0px 0px 30px 0px;
		}
			.aboutme-text ul{
			margin:0px 0px 0px 5px;
			list-style-image: url("../../sysimg/ulpoint.png");
			}
			.aboutme-text ul li{
			font-size: 17px;
			line-height:28px;
			color: #212421;
			}
			
/**********
 RESPONSIVE
 **********/
@media screen and (max-width : 768px) and (min-width : 320px){
	.aboutme-image{
	float:none;
	width:100%;
	margin:0% 0% 2% 0%;
	text-align:center;
	}
		.aboutme-image img{
		max-width:40%;
		}
	.aboutme-content{
	float:none;
	width:100%;
	}
}		
@media screen and (max-width : 320px){
	.aboutme-image{
	float:none;
	width:100%;
	margin:0% 0% 2% 0%;
	text-align:center;
	}
		.aboutme-image img{
		max-width:40%;
		}
	.aboutme-content{
	float:none;
	width:100%;
	}
}		