@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) {
    .none {
        display: none
    }
}
@media screen and (min-width: 769px) {
    .none1 {
        display: none
    }
}
img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    vertical-align: bottom;
}
body {
    font-family: "Montserrat", sans-serif;
}