@media only screen and (max-width: 1200px) {
    .img-fluid {display: none;}
}

.flex-parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-item {
    padding: 0.5em;
}