#home-banner-container {
    padding: 0;
}

.home-banner-container figure {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: calc(445 / 1100 * 100%);
}

.home-banner img {
    border-radius: 10px;
    padding: 5px 5px 0 5px;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    width: 100%;
}