.search_result {
  padding: 15px;
  position: relative;
}
.search_result_link {
  position: absolute;
  z-index: 1200;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  margin-bottom: 0 !important;
}
.search_result_tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  padding: 20px;
}
.search_result_tag {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
}
.search_result_tag:hover {
  color: #ffffff !important;
  background: #696969 !important;
}
.search_result_body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1150;
  padding: 20px;
}
.search_result_mask {
  position: relative;
  width: 100%;
  padding-top: 132%;
}
.search_result_mask:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(20, 94, 173, 0.63) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(20, 94, 173, 0.63) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(20, 94, 173, 0.63) 100%);
}
.search_result_img_holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search_result_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_result_date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.search_result_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.search_result_description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 1rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media (max-width: 576px) {
  .search_result {
    padding-left: 0;
    padding-right: 0;
  }
  .search_result_link {
    left: 0;
    right: 0;
  }
}
