/* Add here all your CSS customizations */
.custom-image-style-2--container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-height: 100px;
}
.custom-image-style-2--container img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    bottom: 0;
}