.hpg-gallery-container {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.hpg-gallery {
    display: flex;
    gap: 10px;
}

.hpg-image img {
    height: 150px;
    display: inline-block;
}