/*
Theme Name: Madara - Child
Description:  Madara Child-Theme
Author:       Madara
Author URI:   http://demo.mangabooth.com/
Template: madara
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version: 1.0.2
*/

.image-responsive-main-top {
    box-sizing: border-box;
    vertical-align: middle;
    width: 48.5%;
    height: auto;
    max-width: 720px;
}

@media only screen and (max-width: 1023px) {
    .image-responsive-main-top {
        box-sizing: border-box;
        vertical-align: middle;
        width: 100%;
        height: auto;
        max-width: 720px;
    }
}


.n-ban a img{
    width: 100%;
}

@media only screen and (min-width: 900px) {
    .n-ban a img{
        width: 49.5%;
    }
}
