.etm-gallery-container {
    position: relative;
    width: 100%;
}
.etm-gallery-wrapper {
    position: absolute;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.etm-gallery-wrapper img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
.etm-gallery-loadmore {
    margin-top: 15px;
    padding: 10px 25px;
    cursor: pointer;
    border: none;
    background: #111;
    color: #fff;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.etm-gallery-loadmore:hover {
    background: #333;
}
