

    .gallery-list-page .page-top {
    height: 18vh
    }

    .gallery-list-page .page-title {
    color: #000000
    }

    .gallery-list-page .page-top {
    background-color: #ffffff
    }

    .gallery-list-page .page-top .pageinfo-image {
    opacity: 20%
    }

    @media  screen and (max-width: 1024px) {
    .gallery-list-page .gallery-list.brick {
    column-count: 4;
    }
    }

    @media  screen and (min-width: 1025px) {

    .gallery-list-page .gallery-list.brick {
    column-count: 4;
    }
    }

    @media  screen and (max-width: 670px) {
    .gallery-list-page .gallery-list.brick {
    column-count: 2;
    }

    }

    