.img-place {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;height: 100%;
    overflow: hidden;
    z-index: 10;
}

.img-place > img {
    width: 100%;height: auto;
}

.gridder {
    position: relative;
    display: block;
}

.grid-item {
    display: block;
    float: left;
    margin: 16px 0;
    padding: 0 16px;
}

.grid-item {
    width: 100%;
}

.grid-item img {
    position: relative;
    width: 96%;
    height: 100%;
    left: 2%;
}

.grid-item .img-place {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.grid-item .img-caption {
    position: absolute;
    bottom: 0;
    padding: 12px 16px;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 11;
}
.img-caption:hover {
    background-color: #e9e9e9;
}

.project_picture:hover ~ .img-caption {
    background-color: #e9e9e9;
}

.grid-item .img-caption .exp_p {
    font-size: 14px;
    margin-bottom: 0;
}


@media (min-width: 768px) {
    .gridder .grid-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .gridder .grid-item {
        width: 33.33333%;
    }
}

.fg-theme{
    color: #25255F;
}

.exp_p{
    color: gray;
}

.link{
    border-radius: 10px !important;
    border: none !important;
}