﻿.advisory-image-container {
    height: 300px; /* Matching the Patrons page height */
    overflow: hidden;
    position: relative;
}

    .advisory-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

.featured-imagebox-procedure {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-thumbnail {
    flex: 1;
}
