.Ww100 {
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}


.profileGallary {
    width: 100%;
    display: grid;
    grid-gap: 5px;
    gap:10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.pHotoFll11Mian {
    max-width: 100%;
    display: block;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.pHoto_Hdr {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 10px;
}
