.photo_with_legend {
    border: 1px solid white;

    figure {
        padding: 0;
        margin: 0;

        img {
            border: 4px solid white;
            border-bottom: 5px solid white;
        }

        figcaption {
            font-style: normal;

            .photo_settings {
                font-style: italic;
            }
        }
    }
}



