#afterhead .mod_pageimage .image_container {
    height: 8vw;
    min-height: 100px;
    overflow: hidden;
    margin-bottom: 2em;
}

.lower #afterhead .mod_pageimage .image_container {
    height: 4vw;
    min-height: 50px;
    overflow: hidden;
    margin-bottom: 2em;
}

.narrow #afterhead .mod_pageimage .image_container {
    height: 0;
    min-height: 0;
    margin-bottom: 0;
}

#afterhead .mod_pageimage img {
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 960px) {
    
    #afterhead .mod_pageimage .image_container {
        height: 10vw;
        min-height: 50px;
        margin-bottom: 0;
    }
}