#allEntries.row {
 display: block !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
}
#allEntries .entryBlock {
 display: block !important;
 float: left !important;
 width: 25% !important;
 padding: 5px !important;
 box-sizing: border-box !important;
}
.card-frame {
 height: 100% !important;
 min-height: 290px !important;
 border: 1px solid #e0e0e0;
 border-radius: 8px;
 box-shadow: 0 2px 5px rgba(0,0,0,0.05);
 background: #fff;
 display: flex !important;
 flex-direction: column !important;
}

.frame-img-box {
 height: 250px !important;
 min-height: 250px !important;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Crect width='10' height='10' fill='%23f0f0f0'/%3E%3Crect x='10' y='10' width='10' height='10' fill='%23f0f0f0'/%3E%3C/svg%3E");
 background-size: 10px 10px !important;
 transition: background-image 0.3s ease, background-color 0.3s ease;
 padding: 15px;
 border-bottom: 1px solid #eee;
 flex-shrink: 0 !important;
 width: 100%;
 box-sizing: border-box !important;
 overflow: hidden !important;
}
.frame-img-box:hover {
 background-image: none !important;
 background-color: transparent !important; 
}
.frame-img-box img {
 width: auto !important;
 height: auto !important; 
 max-width: 100% !important;
 max-height: 100% !important; 
 object-fit: contain !important;
 object-position: center !important; 
 display: block !important;
}
.card-body {
 padding: 15px !important;
 display: flex !important;
 flex-direction: column !important;
 flex-grow: 1 !important;
 width: 100%;
 box-sizing: border-box;
}
.category-text {
 margin-top: auto !important;
 font-size: 0.85rem;
 color: #6c757d;
}
.card-title a {
 text-decoration: none !important;
 color: #212529;
}
#allEntries::after {
 content: "";
 display: table;
 clear: both;
}
@media (max-width: 991px) {
 #allEntries .entryBlock { width: 33.33% !important; }
}
@media (max-width: 767px) {
 #allEntries .entryBlock { width: 50% !important; }
}
@media (max-width: 575px) {
 #allEntries .entryBlock { width: 100% !important; }
}