.hidden {
    display: none;
    transition: display .5s;
}
#wrapper {
    transition: display .5s;
}
.tiles article h2 {
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2), 1px -1px 0 rgba(0,0,0,0.2), -1px 1px 0 rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.2);
}

#h5p-wrapper-container {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y:auto;
}

#h5p-wrapper-container iframe #h5p-loader-body #h5p-container iframe {
    max-height: 100vh;
    overflow: hidden;
}

/*#h5p-container iframe html h5p-iframe
h5p-iframe-wrapper
iframe.h5p-iframe 
/html/body/div/div/iframe
*/

#h5p-wrapper-container-head {
    padding: 0.25em 0.25em 0 0.5em;
    height: 3.5em;
}


#h5p-wrapper-container-head h1 {
    font-size: 1.5em;
    line-height: 1.75;
}

#h5p-wrapper-container-head .h5p-question-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

a.h5p-question-close.h5p-dzaui-button {
    font-size: 1.5em;
    line-height: 1.5;
    color: #bb0000;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: baseline;
}
a.h5p-question-close.h5p-dzaui-button:before {
    color: #bb0000;
    content: "\F057";
    font-family: 'Font Awesome 5 Free'
}
#h5p-wrapper-container iframe {
    width: 100vw;
    height: 100vh;
    margin-bottom: -1em;
}
