component-gallery-id-type-b .album_container {
    /*    display: inline-block;*/
   /* min-width: 200px;
    height: 200px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline: none;
    padding-top: 100%;
}

component-gallery-id-type-b .album_container .item_container .picture_lists {
    display: inline-block;
   /* min-width: 200px;
    height: 200px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline: none;
    padding-top: 100%;
}

component-gallery-id-type-b .album_container .item_container a {
   /* transition: all 0.4s ease-out;*/
}

/*component-gallery-id-type-b .album_container .item_container a:hover {
    transition: all 0.4s ease-out;
    transform: scale(1.05);
}*/