.top-container {
    width: 95%;
    height: 100vh;
    background: var(--bs-body-color-rgb);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-color: var(--bs-body-color-rgb);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-element {
    background-color: #22C;
}

.swiper-slide img {
    width: 100%;
}

.layout-canvas {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}