.c-kv--ins {
    max-width: 100%;
    position: relative;
    display: block !important;
    margin-top: -9px;
}

.c-kv--ins::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 110px;
    z-index: 5;
    background-image: linear-gradient(to right, #b8dafd 0%, #d598f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#B8DAFD", endColorstr="#D598F7", GradientType=1);
}

.c-kv--ins img {
    width: auto;
    height: 527.5px;
    position: inherit;
    z-index: 10;
    object-fit: contain;
}