.ig-content .ig-box {
	background: #fff;
}

.ig-content .ig-data-post {
	text-transform: uppercase;
    font-size: 10px;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ig-content h3.ig-account-name {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    text-align: initial;
    padding: 0px 10px;
}

.ig-content .ig-account-name a:before {
    content: "\f16d";
    display:inline-block;
    margin-right:3px;
    font-family: FontAwesome;
}

.ig-content .ig-media {
    max-height: 196px;
    overflow: hidden;
	position: relative;
	height: 196px;
}

.ig-content .ig-media img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.00);
	-ms-transform: translate(-50%, -50%) scale(1.00);
	transform: translate(-50%, -50%) scale(1.00);
	-webkit-transform-origin: inherit;
	-ms-transform-origin: inherit;
	transform-origin: inherit;
	object-fit: cover;
	height:100%;
	width:100%;
	transition: transform .5s;
}

.ig-content .ig-box:hover img{
	opacity: 0.7;
	transform: translate(-50%, -50%) scale(1.05);
}

.ig-content a {
    color: inherit;
}

.ig-content a:hover {
    text-decoration: none;
}

.ig-content .ig-account-name a {
	text-transform: capitalize;
}
.ig-content .ig-caption {
    opacity: 0.6;
	padding: 15px 10px;
	line-height: 1.3em;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}