.image-container { width: 300px; height: 381px; border: none; border-bottom: 0px; overflow: hidden; margin: auto; border-bottom-style: none; margin-bottom: -5px; } .table-center { display: inline; width: 100%; position: center; border-bottom: 0px; margin-top: -5px; } .table-container { width: 100%; border-bottom: 0px; border-bottom-style: none; margin-top: -5px; /* Enable horizontal scrolling if needed */ } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; border-bottom: 0px; } th, td { padding: 10px; text-align: center; border: 0px; border-bottom: 0px; } th { display: inherit; } .zoom-image { width: 300px; height: 381px; transition: transform 0.5s ease; } /* Zoom on hover */ .image-container:hover .zoom-image { transform: scale(1.1); } @media screen and (max-width: 600px) { table, tbody, th, td, tr { display: block; } thead { display: block; border-bottom: 0; } tr { margin-bottom: 5px; border: none; border-bottom: 0; } td { position: relative; padding-left: 10px; text-align: center; border-bottom: 0; } tbody { border-bottom: 0; } td::before { content: attr(data-label); position: absolute; left: 10px; width: calc(50% - 20px); padding-right: 10px; white-space: nowrap; border-bottom: 0; } .table-container { outline: none; border-bottom: 0; } }