﻿.blazored-modal-container-visor {
    width: 95vw !important;
    height: 90vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.image-wrapper-visor {
    position: relative;
    overflow: hidden;
}

#panzoom-container {
    width: 90vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

.image-modal-visor {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.close-button-visor {
    padding: 10px;
    margin-top: 5px;
    color: white;
    border: none;
    background-color: red;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .ancho_ventana_cambio {
        width:90%;
    }
}
@media (min-width: 992px) {
    .ancho_ventana_cambio{
        width:800px;
    }
}