.org img {
	width:100%;
    max-width:832px;
    display:block;
    margin:0 auto;
        
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
