/* Wrapper */
.epromoink-3d-wrapper {
    position: relative;
    width: 100%;
     
}

/* Panel */
#epromoink-3d-panel {

    color: #fff;
    
    list-style: none;
    font-family: sans-serif;
    font-size: .9rem;
    z-index: 20;
  
}

/* Panel Elemente */
#epromoink-3d-panel li {
    margin-bottom: 2px;
	line-height: 1rem !important;
	font-size:.9rem !important;
}

 

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .epromoink-3d-wrapper {
        height: auto; /* flexible Höhe */
        margin-top: 20px; /* Abstand zu vorherigen Inhalten */
    }

    #epromoink-3d-panel {
        position: relative; /* nicht mehr absolut */
        top: auto;
        right: auto;
        width: 100%;
        max-height: none;
        margin-top: 10px;
        background: rgba(0,0,0,0.4);
    }
}


.tattoo-3d-wrapper
{
margin-bottom:1rem;
}