.wrapper {
    max-height: 540px;
    max-width: 1145px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}

.wrapper .mural__item {
    min-width: 262px;
    height: 540px;
    text-align: center;
    margin-right: 18px;
}

.wrapper .mural__item img {
    width: 261.97px;
    height: 376.45px;
    z-index: 20;
}

.mural__showcase {
    position: absolute;
    width: 1040px;
    height: 700px;
    display: block;
    background-color: #f8f7f8;
    text-align: left;
    border-radius: 10px;
    transform: translate(0%, -100%);
    box-shadow: -2px 2px 10px #5F5A55;
    /* Add drop shadow */
    z-index: 2000;
    visibility: hidden;
    margin-left: 93px;
}

.mural__showcase_admin {
    position: absolute;
    width: 1040px;
    height: 700px;
    display: block;
    background-color: #f8f7f8;
    border-radius: 10px;
    top: 18%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: -2px 2px 10px #5F5A55;
    /* Add drop shadow */
}

.mural__description {
    position: absolute;
    top: 0;
    /* Adjust as needed */
    right: 0;
    /* Align to the right */
    float: right;
    width: 580px;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background-color: #2C292F;
    transform: translateY(0);
    color: #f8f7f8; 
}

.mural-description-text {
    margin-left: 96px;
    width: 363px;
}


.open-mural__showcase {
    visibility: visible;
}

.mural__description img {
    position: absolute;
    /* Change position to absolute */
    left: -410px;
    /* Adjust the left position as needed */
    top: 50%;
    /* Align vertically in the middle */
    transform: translateY(-50%);
    /* Adjust vertical alignment */
    width: 361.97px;
    height: 476.45px;
    object-fit: fill;
    z-index: 2;
    cursor: pointer;
}

.mural__description_admin img {
    position: absolute;
    /* Change position to absolute */
    left: -410px;
    /* Adjust the left position as needed */
    top: 50%;
    /* Align vertically in the middle */
    transform: translateY(-50%);
    /* Adjust vertical alignment */
    width: 361.97px;
    height: 476.45px;
    object-fit: fill;
    z-index: 2;
    cursor: pointer;
}


.icon__container {
    position: relative;
    top: 10px;
    /* Adjust the top position as needed */
    right: 10px;
    /* Adjust the right position as needed */
    z-index: 2;
    /* Ensure the icon is above other content */
}

.icon__container img {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 22px;
    height: 40px;
    opacity: 40%;
    object-fit: cover;
    /* Adjust the object-fit property based on your icon's size and aspect ratio */
    cursor: pointer;
}

.game-container {
    background-color: #6C816E;
    color: #f8f7f8;
    padding: 40px 0;
}

.game-img {
    width: 70%;
    object-fit: fill;
    border-radius: 10px;
}

.circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 364px;
    height: 364px;
    border-radius: 50%;
    background-color: #f8f7f8;
    color: #2C292F;;
    transform: translate(0%, -50%);
}

.circle h1 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 50px;
    letter-spacing: 0.1em;
    width: 364px;
    text-align: center;
    text-transform: uppercase;
}

.circle p {
    width: 300px;
    font-weight: 400 !important;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.6;
}