.instagram-gallery {
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 1080px;
    margin: 60px auto 130px;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instagram-picture:nth-child(even) {
    margin-left: 50px;
}

.instagram-picture:nth-child(odd) {
    margin-right: 50px;
}

.instagram-picture {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;
    height: 260px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    -webkit-filter: brightness(50%);
}

.instagram-pictures {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}

.instagram-main-picture {
    position: relative;
    width: auto;
    align-self: center;
}


.instagram-main-picture-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    background: rgba(0, 0, 0, 0.51);
    white-space: nowrap;
    height: 48px;
    text-align: left;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reflectBelow	{
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(RGBA(0,0,0,0.2)));
}

.instagram-arrow {
    display: block;
    width: 40px;
    height: 76px;
    cursor: pointer;
    z-index: 5000;
}

.instagram-backward, .gallery-backward {
    background-image: url("/static/pages/img/inst-left.f8d32ec10203.png");
    float: left;
}

.instagram-forward, .gallery-forward {
    background-image: url("/static/pages/img/inst-right.43120b883ae2.png");
    float: right;
}

.icon-calendar {
    background-image: url("/static/pages/img/inst-calend.b0e5fc284396.png");
    margin-left: 20px;
    margin-right: 5px;
    height: 26px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.likes {
    margin-right: 20px;
    display: inline-block;
    font-size: 25px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-weight: 300;
}

.likes > div {
    background-image: url("/static/pages/img/inst-like.4e8b434a6b4d.png");
    height: 27px;
    width: 30px;
    display: inline-block;
    vertical-align: text-top;
}

.hashtags {
    margin-right: 20px;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}