component-gallery-id .album_container {
    float: left;
    width: 100%;
    height: auto;
}

component-gallery-id .album_container .item_container .picture_lists {
    display: inline-block;
    min-width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
}

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

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