/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/* Reserve space for Newspaper background-entry thumbs */
.td-module-thumb .entry-thumb,
.td-module-thumb .td-image-wrap .entry-thumb,
.span.entry-thumb {
  display: block;
  aspect-ratio: 16/9; /* change to your real ratio */
  min-height: 140px;  /* fallback for older browsers */
  background-size: cover;
  background-position: center;
}

/* Example for a 728x90 banner used as spot_img */
img.spot_img, .spot_img {
  aspect-ratio: 728 / 90;
  width: 100%;
  max-width: 728px;
  height: auto;
}
