﻿.patron-image-container {
    height: 300px; /* Fixed height for all images */
    overflow: hidden;
    position: relative;
}

    .patron-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures images cover the area while maintaining aspect ratio */
        object-position: center top; /* Focus on the face area */
    }

.featured-imagebox-procedure {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-thumbnail {
    flex: 1;
}
