
.galDiv {
    padding: 1%;
    min-width: 225px;
    width: 18%;
    border-radius: 10px;
    border: 1px solid var(--header_bg);
    display: inline-block;
}
.galDiv img , #themesRoll img{
    max-height: 400px;
    max-width: 98%;
    width: auto;
}
.galDiv form{
    text-align: center;
}
#themesRoll{
    float: left;
    width: 25%;
}
#themesRoll img{
    cursor: pointer;
}