/* Add here all your CSS customizations */

.featured-label, .bottom-label {
	color: #FFF !important;
}

.no-margin {
	margin: 0px;
}

.isotope-item {
	margin-bottom: 30px; 
}

.thumb-info-wrapper {
    height: 95px;
}
.thumb-info-wrapper img {
    width:100%;
    height:100%;
    object-fit: cover;
}

@media(max-width:991px) {
  .thumb-info-wrapper {
    max-height: 373px;
    height: 100%;
    width: 566px;
  }
}
@media(max-width:767px) {
  .thumb-info-wrapper {
    height: 374px;
    width:auto;
  }
}
@media(max-width:575px) {
  .thumb-info-wrapper {
    height: 247px;
  }
}