.pimcore_icon_asset_default.pimcore_icon_h5p {
    background-image: url(/bundles/h5p/icons/h5p.svg) !important;
}

.asset_folder_preview .thumb {
    max-width: 250px;
    max-height: 200px;
}

.qw-h5p-preview {
    display: block;
    height: 90%;
    aspect-ratio: 1;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}