.polaroid-stack-container-9397f26b {
    position: relative;
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    padding: 40px 0;
}

.polaroid-stack-wrapper-9397f26b {
    position: relative;
    width: 320px;
    height: 380px;
}

.polaroid-item-9397f26b {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, z-index 0.3s step-end;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

/* Hover effects */
.polaroid-item-9397f26b:hover {
    transform: scale(1.05) rotate(0deg) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    z-index: 999 !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.polaroid-image-wrap-9397f26b {
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    background-color: #eee;
    border: 1px solid #e0e0e0;
}

.polaroid-image-wrap-9397f26b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.polaroid-caption-9397f26b {
    text-align: center;
    font-family: 'Permanent Marker', 'Courier New', cursive, sans-serif;
    font-size: 18px;
    padding-top: 15px;
    min-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
