.scale-with-grid.wp-post-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.blog_slider .image_frame,
.blog_slider .image_wrapper,
.blog_slider .image_wrapper a {
  width: 100%;
  display: block;
}

.item_wrapper {
  padding-right: 20px;
}

.thumbnail-img {
  width: 160px;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  transition: transform .2s ease;
}

.thumbnail-img:hover {
  transform: scale(1.05);
}