.zeeuw-map-container {
    text-align: center;
    width: 100%;
    margin: auto !important;
}

.zeeuw-map-container img, .zeeuw-map-container video {
    max-width: 100%; /* Ensures responsiveness */
    height: auto; /* Keeps the aspect ratio */
    display: block; /* Removes any extra spacing */
    margin: auto; /* Centers the image */
}
.zeeuw-map-container video {
    
}
.zeeuw-map {
    margin: auto;
    position: relative;
    top:0;
    background-color: gray;
    width: fit-content;
}

.map-lot {
    position: absolute; /* Matches the size of the image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: filter 0.3s;
    background-size: contain; /* Keeps aspect ratio */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
}
#machine-explode, #machine-video-reverse-tag {
    display:none;
}
@media screen and (max-width: 992px) {
    .zeeuw-map-container img{
        width: 100% !important;
        height: auto !important;
    }
}


button#lololol {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    margin-bottom: 10px;
    border-radius: 2px;
}


.part-info {
    display: flex;
    padding: 20px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #00000086;
    width: 33%;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: -1;
    backdrop-filter: blur(10px);
}

.part-info h3{
    margin: 0;
}

.part-info::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #00000086;
    backdrop-filter: blur(1px);
    top: 0;
    right: -20px;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}




/*** positions ***/
#part-1 {
    top:25%;
    left: 1%;
    width: 22%;
}
#part-2 {
    top:26%;
    left: 6%;
    width: 22%;
}
#part-3 {
    bottom:2%;
    right: 2%;
    width: 45%;
}
#part-4 {
    top:14%;
    left: 6%;
    width: 35%;
}
#part-5 {
    top:11%;
    left: 5%;
    width: 35%;
}
#part-6 {
    top:8%;
    left: 4%;
    width: 35%;
}
#part-7 {
    top:5%;
    left: 3%;
    width: 35%;
}
#part-8 {
    top:2%;
    right: 6%;
    width: 45%;
}
#part-9 {
    bottom: 5%;
    right: 1.5%;
    width: 45%;
}
#part-10 {
    bottom: 5%;
    right: 1%;
    width: 45%;
}