p.title {
        height: 30px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        color: #424242;
        padding: 0 5px;
        line-height: 30px;
        margin-bottom: 5px;
}
.UIImageDetail ul.list li.item img {
        width: 200px;
        height: 200px;
        border: 1px solid lightgray;
        box-shadow: none !important;
        border-radius: 3px !important;
}
.UIImageDetail ul.list li.item {
        padding: 15px;
}
.UIImageDetail ul.list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        background: whitesmoke;
}
