/*
 Theme Name:   Mindthera Child
 Theme URI:    https://themewant.com/products/wordpress/mindthera
 Description:  Mindthera Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     mindthera
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
/* ----- Single post featured image (bs-img) ----- */
.bs-img,
.reactheme-blog-details .bs-img,
.news-details-inner .bs-img {
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: center !important;
    width: 100%;
}
.bs-img img,
.reactheme-blog-details .bs-img img,
.news-details-inner .bs-img img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
    object-fit: contain !important;
}
@media (max-width: 767px) {
    .bs-img,
    .reactheme-blog-details .bs-img {
        max-width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
}
