@use '~/styles/mixins' as mi; .grw-presentation-modal :global { @include mi.expand-modal-fullscreen(false, false); .modal-body { background: black; iframe { width: 100%; height: 100%; border: 0; } } }