/*
Theme Name: WP Hender
Theme URI: http://hender.zooka.io
Author: Chinh Duong Manh
Author URI: https://themeforest.net/user/zookastudio
Description: The 2017 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: wp-hender

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.carousel img {
width: auto !important;
margin: 0 auto !important;
height:600px !important;
}

@media only screen and (max-width: 600px){

.carousel img {
width: auto !important;
margin: 0 auto !important;
height: auto !important;
}

}