body {
    padding-top: 5rem;
}
.instagram-images .col-4 {
    margin-bottom: 25px;
}
.img-square-wrap{
    overflow: hidden;
}
.image-target{
    position: relative;
}
body:not(.instagram-image) .image-target img.instagram-image{
    cursor: crosshair;
}
body .image-target img.instagram-image{
    width: 100%;
}


.pinpoint{
    position: absolute;
    width: 7%;
    cursor: pointer;
}
.pinpoint img{
    width: 100%;
}