img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.caption {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.5em;
}

.photo-country {
    width: 100%;
}