@charset "utf-8";
/* base */
body{
}
img{
    max-width: 100%;
    height: auto;
}

.gallery-inner{
    max-width: 1000px;
    margin: 0 auto;
}
.gallery__img-wraper{
    text-align: center;
}