.fullscreen-image-component {
    font-size: 0px;
}

.fullscreen-image-component.dark_theme {
    background: var(--moschino-accessibility-bg-black);
}

.fullscreen-image-component.light_theme {
    background:#fff;
}

.fullscreen-image-component .img_wrapper,
.fullscreen-image-component picture{
    max-width: 100%;
    height:auto;
}