.news_listing .image_link > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_listing .image_link > img {
  object-fit: cover;
}

.news_listing .image_link iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_listing .image_link {
  position: relative;
  overflow: hidden;
}
.news_listing .image_link:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.news_listing {
  padding: 50px 0 70px;
}
.news_listing .paging {
  padding: 40px 0 0;
}
.news_listing .news_list {
  list-style-type: none;
  margin: 0 -10px;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.news_listing .news_list li {
  padding: 20px 10px;
  width: 33.3%;
}
.news_listing .product_info {
  padding-top: 10px;
}
.news_listing .combo_hover.hovered .image_link {
  opacity: 0.7;
}
.news_listing .combo_hover.hovered .product_name {
  color: rgba(150, 184, 22, 0.7);
}
.news_listing .image_link {
  display: block;
}
.news_listing .date_block {
  color: #ffffff;
  font-family: "medium", "arm-medium";
  font-size: 140%;
  line-height: 1.33em;
}
.news_listing .product_name {
  color: #96B816;
  font-family: "medium", "arm-medium";
  font-size: 160%;
  line-height: 1.33;
}

@media (max-width: 991px) {
  .news_listing .product_name {
    font-size: 140%;
  }
}
@media (max-width: 768px) {
  .news_listing .news_list li {
    width: 50%;
  }
  .news_listing .product_name {
    font-size: 160%;
  }
}
@media (max-width: 639px) {
  .news_listing .product_name {
    font-size: 140%;
  }
  .news_listing .date_block {
    font-size: 130%;
  }
}
@media (max-width: 575px) {
  .news_listing .product_name {
    font-size: 130%;
  }
  .news_listing .date_block {
    font-size: 120%;
  }
}
@media (max-width: 479px) {
  .news_listing .news_list li {
    width: 100%;
  }
  .news_listing .product_name {
    font-size: 160%;
  }
  .news_listing .date_block {
    font-size: 140%;
  }
}
@media (max-width: 399px) {
  .news_listing .product_name {
    font-size: 140%;
  }
  .news_listing .date_block {
    font-size: 120%;
  }
}
.news_listing .image_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news_listing .product_name {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/*# sourceMappingURL=news_listing.css.map */
