/*
Theme Name: Toplista
Theme URI: http://tuosito.com/toplista
Description: Child theme for GeneratePress
Author: Il tuo nome
Author URI: http://tuosito.com
Template: generatepress
Version: 1.0.0
*/

/* GENERAL */

/* HERO */

figure.aligncenter.wp-block-post-featured-image {
    display: flex;
    flex-direction: column;
    border-radius: .625rem;
    overflow: hidden;
    background: #f2f3f5cc;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	object-fit: cover;
    width: 100%;
    height: auto;
    display: flex;
    aspect-ratio: 16 / 9;
}

.single-post .grid-container {
	max-width: 1350px;
}
