/*
 Theme Name:   BSH Theme
 Theme URI:    https://amannmishhra.com/
 Description:  A child theme of the Mow
 Author:       Sherlock
 Author URI:   https://amannmishhra.com/
 Template:     mow
 Version:      1.0.0
 */
 

.fn__video_youtube_format iframe{
    aspect-ratio: 16 / 9 !important;
    height: 100% !important;
    width: 100%;
}
.blog__item_small_list .img_holder {
    width: 300px;
    min-width: 300px;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.fn__widget_posts_delta .img_holder img {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    
}
.mow_fn_megasub_posts_top .cat_content .img img {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
}
.fn__video_post[data-video="youtube"] {
    aspect-ratio: 16 / 9 !important;
    min-height: auto !important;
    width: 100% !important;
}
.fn__widget_posts_fcarousel .item_img img{
    aspect-ratio: 16 / 9 !important;   
}