[class*=rounded-top-].component.image img {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.component.image img {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.component.image img {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.component.image img {
        border-top-left-radius: 48px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.component.image img {
        border-top-right-radius: 48px
    }
}