#content .org_img{
	position: absolute;
	right: 1rem;
	bottom: 1rem;	
}

#content .org_img img{
	width: 120px;
	border: 5px solid rgba(255,255,255,.8);
	border-radius: 50%;
	margin-top: 5px;
}
#content .org_img img.bbu{
	border-radius: 5px;
}
@media screen and (max-width: 768px){
	#content .org_img img{
		width: 18vw;
	}
}