/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress/themes/dw-focus/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw-focus
Tags: responsive-layout
*/

.sticky {}
.bypostauthor {}

.single #main>.post .entry-thumbnail img { display: none; }

.dw_focus_widget_news_slider .carousel-inner img, .widget_news-slider .carousel-inner img {
            height: 400px;
 }
 @media (max-width: 991px) {
            .dw_focus_widget_news_slider .carousel-inner img, .widget_news-slider .carousel-inner img {
                    height: auto !important;
        }
}
