/* Ange din anpassade CSS här */
@media (min-width: 700px) {
  #hotspot-151.layout-left .hotspots-image-container,
  #hotspot-151.layout-right .hotspots-image-container {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  #hotspot-151.layout-left .hotspots-placeholder,
  #hotspot-151.layout-right .hotspots-placeholder {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
