#hero-image {
    position: relative;
    overflow: hidden;
    /*transition: padding-bottom .2s ease-in-out;*/
}

#hero-image picture > img {
    width:100%;
    max-height:405px;
    -o-object-fit:cover;
    object-fit:cover;
}

#hero-image.collapsed {
    padding-bottom: 0;
}
