Images-loading

.flex-container3 { display: flex; align-items: center; /* Use another value to see the result */ width: 100%; height: 250px; } .flex-container3 > div { width: 30%; height: 70%; } @media screen and (max-width: 600px) { .flex-container3 { height: 150px; } .flex-container3 > div > a > img { width: 85px; } }