.image-with-button {
    position: relative;
    width: 100%;
    max-width:830px;
    aspect-ratio: 830 / 480;
   /* height: 400px;  Możesz dostosować wysokość */
    margin:auto;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:13px;
    box-shadow: 15px 16px 64.3px -1px rgba(0, 0, 0, 0.26);
}

@media only screen and (max-width:1440px) {
.container.max-900{max-width:900px}
}