#cms {
    .position-relative {
        position: relative !important;
    }
    .position-absolute {
        position: absolute !important;
    }
    .about-overlay {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        background-color: rgb(223, 216, 200);
        color: #fff;
        padding: 2rem;
        border-radius: 0.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        max-width: 800px;
        width: 90%;
    }
    .text-center {
        text-align: center !important;
    }
}
