.gallery-container
{
    background-color: #bdd7ee;
    padding: 10px;
}

.image-container
{
    margin-bottom: 10px;
}

.gallery-image
{
    max-width: 100%;
    max-height: 100%;
    border: 5px solid white;
    border-radius: 5px;
    cursor: pointer;
}