
/*
|--------------------------------------------------------------------------
| DataNet Agency Thumbnail Fix
|--------------------------------------------------------------------------
| Makes front-side agency thumbnails display cleanly when uploaded from admin.
*/

.dn-list-card .dn-thumb {
    background: #e0f2fe;
    object-fit: cover;
}

.dn-profile-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
