.markimgs {
    margin-bottom: 30px;
}
.markimg .item {
    margin-bottom: 10px;
}
.itemint {
    position: relative;
    text-align: center;
}
.itemint a {
    display: block;
    color: white;
}
.products .itemint img {
    width: 100%;
}
.prodover {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prodovercont {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    /* width: 100%; */
    padding: 0 25px;
}
.markimg .item .prodovercont {
    font-size: 35px;
}
.markimg.instagram .item .prodovercont {
    font-size: 12px;
}
.markimg.instagram .item .prodovercont p.tags {
    /* word-break: break-all; */
}
.markimg.instagram .item .prodovercont p:last-child {
    margin-bottom: 0;
}
.item:hover .prodover {
    opacity: 1;
}