.pictures_list_2 {
    align-items     : center;
    display         : flex;
    flex-direction  : row;
    flex-wrap       : wrap;
    gap             : 5px;
    justify-content : space-around;
}

.pictures_list_2 > * {
    min-width      : 212px;
    padding-bottom : 5px !important;
}

.pictures_list_2 .input_style_2 {
    position : relative;
}

.pictures_list_2 .input_style_2 div {
    left              : 0;
    overflow          : hidden;
    padding           : 5px;
    position          : absolute;
    right             : 0;
    text-align        : center;
    text-overflow     : ellipsis;
    -ms-text-overflow : ellipsis;
    top               : 0;
    white-space       : nowrap;
}

.pictures_list_2 .input_style_2 img {
    margin-top : 20px;
}