.icb-image-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.icb-image {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 10%;
    position: absolute;
    top: 0;
    width: 100%;
}

.icb-image-wrap-mobile {
    height: auto;
    max-height: 400px;
    width: 100%;
}

.icb-image-mobile {
    height: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
}