#latest_main {display: flex; justify-content: center; align-items: center;width: 100%}
#latest_main img {margin: 0 27px}

@media only screen and (max-width:1024px){
	#latest_main img {width:94%; margin:10px}
}
@media only screen and (max-width:794px){
	#latest_main { width: 100%;text-align:center; }
	#latest_main img { width:90%; margin:0 auto;margin-bottom:15px}
}
