.divTable{ width: 100%; max-width: 700px; margin: auto; background-color: #fff; } img { width: 100%; height: auto; max-width: 700px; } .divTableRow { display: table-row; } @media only screen and (max-width : 700px) { .divTableHeading { background-color: #EEE; display: table-header-group; } .divTableCell, .divTableHead { border: 0; display: table-cell; padding: 0; } .divTableHeading { background-color: #EEE; display: table-header-group; font-weight: bold; } .divTableFoot { background-color: #EEE; display: table-footer-group; font-weight: bold; } .divTableBody { display: table-row-group; } } #gama_footer{ display: flex; justify-content: center; align-items: center; background-color: #ededed; padding: 42px 0 0 0; flex-direction: column; }