Can I create customizable image hotspots with hyperlinks?

@FakhriAshour you need to set a max-width on that sections.

Just add this into your theme CSS file:

.tooltips-section {
  max-width: 73.8rem;
  margin: 0 auto;
}