@media screen and (max-width: 768px) {

.gazou img {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;

}