VersaClimber SRM-Magnetic Rehab Vertical Climber Machine
/* Pic Text Display */ .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; max-width: 1000px; margin: 0 auto; } .top-left, .bottom-left { flex: 0 0 48%; margin-bottom: 20px; } .top-right, .bottom-right { flex: 0 0 48%; margin-bottom: 20px; } .image-container { width: 100%; text-align: center; } .image-container img { max-width: 100%; height: auto; } /* Optional: Add additional styles for text if needed */ .text-content { padding: 10px; border: 1px solid #ccc; background-color: #f9f9f9; } /* YouTube Video Section */ .youtube-video-container { display: flex; justify-content: center; margin-top: 20px; } .youtube-video { max-width: 100%; height: auto; } /* COMPARISON TABLE */ table { width: 100%; border-collapse: collapse; text-align