﻿#ig-root, .ig-root {
    overflow: visible !important;
}
.ig-plugin.grid {
    width: 100% !important;
    padding: 0 !important;
}
.ig-root .grid .item .ig-wrapper {                        
    height: 100% !important;
    position: absolute;
    bottom: 0; top: 0;
    left: 0; right: 0;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.insta-cube {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}
.ig-root .grid .item a div.ig-wrapper div.project-title {
    display: block;
    overflow: hidden;
    margin: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 15%; bottom: 0;
    left: 0; right: 0;
}
.ig-root .grid .item a div.ig-wrapper div.project-title h2 {
    text-align: center;
    color: #DECCE3;
    font-size: 3rem;
    font-family: "brownPro", sans-serif;
    font-weight: normal;
}
.ig-root .project-title .icon-widget-heart {
    background: url(http://www.uptsi.com/media/icon-heart-grey.png) no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 0 5px 52px;
    background-size: 50px;
    color: #DECCE3;
}
.ig-root .grid .item a div.ig-wrapper div.project-title h3 {
    font-size: 3rem;
    color: #DECCE3;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    font-family: "brownPro", sans-serif;
    font-weight: normal;
}
    .ig-root .grid .item a div.ig-wrapper div.project-title h3:hover {
        color: #881133;
    }
.ig-root .project-title .icon-widget-comment {
    background: url(http://www.uptsi.com/media/icon-comment-grey.png) no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 0 5px 52px;
    background-size: 50px;
    color: #DECCE3;
}
.ig-padtop {
    display: none;
}