/* Show only the main image, hide the semi-cylinder */
.about-three__image__one {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    border-radius: 20px !important;
}
.about-three__image__two {
    display: none !important;
}
.about-three__image__inner::before,
.about-three__image__inner::after {
    display: none !important;
}
.about-three__image__inner {
    max-width: none !important;
    width: 100% !important;
}
.about-three__image {
    max-width: none !important;
    width: 100% !important;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .about-three__image {
        margin-bottom: 30px !important;
    }
    .about-three__image__one {
        max-width: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        max-height: 400px !important;
    }
}
