.header {
    min-height:300px;
}
.banner {
    clear: both;
    min-height: 100px;
}
.menu {
    clear: both;
    min-height: 100px;
}
.strumenti {
    clear: both;
    min-height: 100px;
    background-image:url("../_img/cn-004-02.png");
}
.bandiere {
    clear: both;
    min-height: 100px;
    width:80px;
    margin-left:auto;
}
img.image1 {
}
@media only screen and (min-width : 768px) {
    .banner {
        clear: both;
        min-height: 100px;
    }
    .menu {
        clear: both;
        min-height: 35px;
    }
    .strumenti {
        clear: both;
        min-height: 10px;
    }
    .bandiere {
        clear: both;
        min-height: 30px;
        margin-left:auto;
    }
}
@media only screen and (min-width : 1024px) {
    .bandiere {
        right: auto;
        margin-left:auto;
    }
    .banner {
        clear: both;
        min-height: 450px;
    }
    .menu {
        clear: both;
        min-height: 35px;
    }
    .strumenti {
        min-height: 10px;
    }
}