
VBX Vibration Plate Machine VBX5000
.product-container { display: flex; } .column { flex: 1; padding: 0 10px; } .separator { width: 1px; background-color: #ddd; } .column h2 { font-size: 1.2em; text-align: center; } .column ul { list-style-type: none; padding: 0; } .column ul li { margin-bottom: 10px; } /* VIDEO CONTAINER CODE */ .container { display: flex; flex-direction: column; justify-content: space-between; height: 100vh; /* Set the container height to full viewport height */ } .row { display: flex; justify-content: space-between; flex: 1; /* Distribute rows evenly within the container */ } .video-wrapper { width: calc(50% - 10px); /* Adjust the width as per your requirement */ margin-bottom: 20px; /* Space between each row */ } .video-wrapper iframe { width: 100%; height: 100%; } /* COMPARISON TABLE */ table { width: 100%; border-collapse: collapse; } th, td { padding: 8px; text-align: left;