/* dialog font size increase and animation */




/* IMPORTANT: MUST CACHE BUST /wp-content/plugins/h5pmods. */

.h5p-content .h5p-dialogcards-card-text-area {
    font-size: 1em;
    font-weight: bold;
    position: relative;
    top: -.2em;
    color: black;

}

.h5p-content .h5p-dialogcards-card-text-area p {
    line-height: inherit;
    margin: inherit;
    font-size: 5em;
    font-weight: bold;
}
/* IMPORTANT:  MUST CACHE BUST /wp-content/plugins/h5pmods. */


/* end dialog font size increase and animation */


.h5p-content .h5p-initialized .h5p-frame .using-mouse {
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;

}

.h5p-iframe .h5p-content {
  width: 100%;

}

/* IMPORTANT:  MUST CACHE BUST /wp-content/plugins/h5pmods. */

.h5p-content .h5p-column-content .h5p-image img {
    width: 10%;
}



/* h5p column column-width */

.h5p-content .h5p-column-content {
    width: 70%;
}


/*  button size */
.h5p-content .h5p-column-content .h5p-audio-minimal-button {
    font-size: 1.2em;
    margin: 0 auto;

}

.h5p-content .h5p-column-content .h5p-audio-minimal-button:hover {
    font-size: 1.3em;
    margin: 0 auto;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* text */
.h5p-content .h5p-column-content {
text-align: left;
}

/* IMPORTANT:  MUST CACHE BUST /wp-content/plugins/h5pmods. */