#ceremony-page #map-img {
    height: 450px;
    object-fit: cover;
}

@media all and (max-width: 1050px) {
    #ceremony-page {
        #map-container {
            gap: 0;

            #map-img {
                width: 350px;
            }
        }
    }
}

@media all and (max-width: 850px) {
    #ceremony-page #map-img {
        display: none;
    }
}