.img-challenge-public{
    background: #3A6F9A;
    vertical-align: middle;
    /* max-height: 100%; */
    max-height: 250px;
    max-width: 100%;
}

.photo-gallery-list-frame
{
    /*width: 100%;*/
    /*height: 30vmax;*/
    margin: 0 0px 0 0px;
    height: 260px;
    border: 0px solid #939598;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-bottom: 0em;
    display: flex; 
    align-items: center;
}

.photo-gallery-label3{
    font-family: "Roboto Regular";
    position: absolute;
    bottom: 0;
    font-size: 9pt;
    /* font-weight: 600; */
    margin: 0;
    right: 0;
    left: 0;
	text-align:center;		
    color: black;
    /*background: rgba(254, 242, 0, 1);*/
    background: rgba(0, 0, 0, 0.44);
    padding: 5px 2px 5px 2px;
}