.h5p-content ul.h5p-actions {
  display: none;
}

.h5p-image-hotspot {
  font-size: 1.2rem;
  background: transparent;
  box-shadow: none;
  border: none;
}

.h5p-image-hotspot-popup-pointer {
  transition: none;
}

/*.h5p-image-hotspot-popup-content .h5p-image-hotspot-popup-header {
  display: none;
}*/

.h5p-content-controls {
  display: none;
}

.h5p-image-hotspot-popup {
  padding: 0;
  transition: none;
}

.h5p-image-hotspot-has-header .h5p-image-hotspot-popup-body {
  padding: 0;
}

.h5p-image-hotspot-popup-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.h5p-image-hotspot-popup-body .h5p-text {
  padding: 2.5rem;
  font-family: Arial;
}

.h5p-image-hotspot-popup-body .h5p-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4D4D4F;
}

.h5p-image-hotspot-popup-body .h5p-text p strong {
  display: inline !important;
  line-height: 1.25rem;
  /*letter-spacing: 0.13em;*/
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .h5p-image-hotspot {
    font-size: 2rem;
  }

  .h5p-image-hotspot-popup {
    width: 80%;
    max-width: 520px;
  }

  .h5p-image-hotspot-popup-body .h5p-text {
    padding: 3.25rem;
    max-width: 50%;
  }

  .h5p-image-hotspot-popup-body {
    flex-direction: row;
  }
}
