.h5p-column-content.h5p-image{
    display: flex;
    justify-content: center;
}
  
.h5p-column-content.h5p-image > img {
    width: auto !important;
    height: auto !important;
    max-width: 100%  !important;
}