.instagramGallery   {
    width: 100%;
    position: relative;
    padding: 5% 0px;
    overflow-x: auto;
    white-space: nowrap;
}

.instagramGallery .picture  {
    width: 300px;
    height: 400px;
    margin-right: 80px;
    border: 2px solid #000;
    display: inline-block;
}

.instagramGallery .picture:first-of-type    {
    margin-left: 5%;
}

.instagramGallery .picture img  {
    height: 100%;
    background-color: #dedede;
    transform: translate(5%,5%);
}