/*
Theme Name: Ezra
Description:
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: twentytwentyone
Version: 1.0.0
Text Domain:  twentytwentyone
*/
.post-thumbnail{
max-height: 276px;
    border-radius: 25px;
    overflow: hidden;
}


@media only screen and (max-width: 600px) {


.post-thumbnail{
max-height:calc(100vw - 65px);
}}

h1{
color:#7ca79d;
}