#divFreemox {
    display: none;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 600px;
    overflow: visible;
}

#divFreemoxGecko,
#divFreemoxGecko2 {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.freemoxGeckoImage {
    width: 500px;
    height: 500px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50;
}

.freemoxGeckoImageBackground {
    width: 600px;
    height: 600px;
}

#spanFreemoxSign {
    position: absolute;
    color: #e6dbcd;
    font-size: 1.25em;
}