.iframe-responsive .h5p-container.h5p-standalone {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 45% !important;
}


.iframe-responsive .h5p-container .h5p-iframe-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}