body {
    background-color: rgb(0, 0, 0);
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

html, body { 
    height: 100%; margin: 0; overflow: hidden;
 }
body { 
    display: flex; justify-content: center; align-items: center;
 }

div {
    display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; padding: 20px; gap: 12px;
}
img {
    max-width : 100%; height: auto; transform: scale(0.3);
    transition: transform 0s ease;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img:hover {
    transform: scale(0.32);
}

body + div {
  display: none !important;
}

.to-dilenora img {
    max-width: none;
    width: auto;
    height: auto;
    transform: none;
    position: static;
    opacity: 0;
}
.to-dilenora img:hover {
    transform: none;
    opacity: 0;
}

.to-dilenora {
        position: fixed;
        top: 120px;
        right: 385px;
        z-index: 2;
        display: block;
}

@media (max-width: 600px) {
    .to-dilenora { top: 100px; right: 100px; }
}

.to-springmbx img {
    max-width: none;
    width: auto;
    height: auto;
    transform: none;
    position: static;
    opacity: 0;
}
.to-springmbx img:hover {
    transform: none;
    opacity: 0;
}

.to-springmbx {
        position: fixed;
        top: 510px;
        left: 230px;
        z-index: 2;
        display: block;
}

@media (max-width: 600px) {
    .to-springmbx { top: 100px; left: 50px; }
}