.list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*gap: 15px;*/
    margin-top: 5px;
    height:670px;
    /*background: skyblue;*/
}

/*
.gallery-container {
    width:1400px;
    height:75vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
    height:745px;
    background: skyblue;
}
*/

/* Frame luar 300 x 300 */
.frame-foto{
    width: 290px;
    height: 360px;
    border-radius: 8px;
    background: #eee;
    margin-left:14px;
}

.frame-outer {
    width: 290px;
    height: 290px;
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Frame dalam 280 x 280 */
.frame-inner {
    width: 270px;
    height: 270px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.frame-text {
    width:290px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* PAGING */
.paging {
    margin-top: 10px;
    text-align: center;
    background:skyblue;
}

.paging a {
    background: rgba(255,0,0,0.1);
}

.page-number hover {
    background: red;
}

.page-number {
    width:40px;
    height:60px;
    border:1px solid #aaa;
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background: #eee;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size:24pt;
    font-weight: bold;
}

.page-number.active {
    background: #3f8efc;
    color: #fff;
}

.page-btn img {
    margin-right: 30px;
    margin-left: 30px;
}

 /*Tombol arrow (next & prev) */
.page-btn.arrow img {
    width: 50px;
    height: 50px;
    margin-bottom:-15px;
}

.page-info {
    width: 1535px;
    height: 35px;
    background: yellow;
    display: flex;
    align-items: center;
    justify-content: center;
}
