﻿
.lightbox-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0, 0.97);
    padding: 6rem 0;
    z-index: 2147483647;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding: 0;
    z-index: 2147483647;
}

.lightbox-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 2147483647;
}