.h5p-flashcards .h5p-inner {
    position: static;
}
.h5p-flashcards.h5p-standalone {
    background-color: #ffffff;
}
.h5p-flashcards .h5p-description {
    border-bottom: 0;
}
.h5p-flashcards .h5p-card.h5p-current .h5p-cardholder {
    margin-top: 5px;
}
.h5p-flashcards .h5p-current .h5p-cardholder {
    box-shadow: -1px 3px 6px 4px rgba(0, 0, 0, 0.31);
}
.h5p-flashcards .h5p-foot {
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.h5p-flashcards.h5p-standalone .h5p-description, .h5p-flashcards .h5p-progress {
    color: #000;
}

html.h5p-iframe .h5p-content {
  font-size: 1.2rem;
}