{% if editmode %} <style> .video-element .pimcore_editable_video { height: 100%; } </style>{% endif %}<div class="video-element fullwidth-component mb-5 mb-md-7"> {{ pimcore_video('video-element', { attributes: { loop: true, muted: true, autoplay: true, playsinline: true }, removeAttributes: ['width', 'height', 'poster'] }) }}</div>