.photo-block .photo-block__photo {
    width: 100%;
    height: 100%;
    max-height: 700px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.photo-block .photo-block__photo img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}