﻿.img_gallery_div {
    text-align: center;
}
.img-gallery-img-1 {
    width: 100px;
    height: 365px;
}
.img-gallery-img-2 {
    width: 250px;
    height: 365px;
}
.img-gallery-img-3 {
    width: 400px;
    height: 365px;
}
.img-gallery-img-4 {
    width: 550px;
    height: 365px;
}
.img_gallery_div span {
    display: block;
    width: 100%;
    padding: 2px 2px 15px 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.img_gallery_div a {
    text-decoration: none;
}