/*
Theme Name: Yummye Child
Theme URI:http://wpdemo.zcubethemes.com/yummye
Description: Yummye – Restaurant & Wine Bar WordPress Theme.
Text Domain: yummye
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     yummye
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
/* Make all blog thumbs square and crop nicely */
.bsingle__post-thumb {
  aspect-ratio: 1 / 1;   /* square box */
  overflow: hidden;
}

.bsingle__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;      /* fill the square, crop edges if needed */
  object-position: center;
  display: block;
}
