/*
Theme Name:     Bimber Child Theme
Theme URI:      http://bimber.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       bimber
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

@media only screen and (max-width: 800px) {


#mainPanelCS>div>div {
    width: 100% !important;
    min-height: 185px;
    margin: 0 !important;
}

#mainPanelCS a>div>div:first-child {
    width: 100% !important;
    height: 185px !important;
    margin-bottom: 13px !important;
}

#mainPanelCS a>div>div:nth-child(2) {
    padding: 5px 15px 20px 15px;
    margin: 0 !important;
    width: 90% !important;
}

img.ns-Image {
    width: 100% !important;
    min-height: 185px !important;
}

a.gwt-Anchor img.ns-Image, .multiPlacement a.gwt-Anchor img.ns-Image {
    min-height: 10px !important;
    border: none !important;
    background: none !important;
}
}