.wewnatrz-remove-event-button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wewnatrz-remove-event-button > * {
    width: 60%;
    height: 60%;
}

@media (min-width: 1024px) {
    .wewnatrz-remove-event-button {
        width: 70px;
        height: 70px;
    }
}