html, body {
  background-color: #f9f9f9;
}
@media (max-width: 700px)
{
.modo-1 {
display: flex;
align-items: center;
flex-direction: column;
flex-wrap: nowrap;	
}
.img-modo-1{
width: 90%;
}
}