
img,
video {
    max-width: 100%;
    height: auto;
}

figcaption {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
.image-card {
    /*background-color: #edf0f1;*/
    padding: 4px;
    border-radius: 3px;
}
.image-card img {
    width: 100%;
    height: 200px;
    border-radius: 3px;
}
figcaption {
    color: black;
    font-size: 15px;
    font-family: 'KalamBold';
    text-align: left;
}
.gallery .col-md-4 {
    padding: 5px;
    margin-bottom: 2px !important;
}