﻿.imageViewerDialog {
    width: 400px;
}

    .imageViewerDialog > div {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 5px;
        width: 360px;
        height: 360px;
        background-color: var(--color-fondobotones);
    }
