@charset "utf-8";

#container.ons_inner {
    margin: 0;
}

.barogImageAbout,
.barogImageAbout * {
    box-sizing: border-box;
}

.barogImageAbout {
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: #fff;
    font-size: 0;
    line-height: 0;
}

.barogImageAbout img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    pointer-events: none;
}