.ca-instagram {
    position: relative
}
/*
.ca-instagram .insta-items {
    overflow: hidden;
    zoom: 1;
    padding: 0;
    margin: 0 -5px
}
.ca-instagram .insta-items:before,
.ca-instagram .insta-items:after {
    content: "";
    display: table
}
.ca-instagram .insta-items:after {
    clear: both
}
.ca-instagram .insta-items * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.ca-instagram .insta-items li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    background: none;
    border: none;
    list-style: none
}
.ca-instagram .insta-items img {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.ca-instagram .insta-items li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.ca-instagram .insta-columns-1 li {
    width: 100%
}
.ca-instagram .insta-columns-2 li {
    width: 50%
}
.ca-instagram .insta-columns-3 li {
    width: 33.333333%
}
.ca-instagram .insta-columns-4 li {
    width: 25%
}
.ca-instagram .insta-columns-5 li {
    width: 20%
}
.ca-instagram .insta-columns-6 li {
    width: 16.666666%
}
.ca-instagram .insta-columns-7 li {
    width: 14.2857%
}
.ca-instagram .insta-columns-1.insta-items img {
    height: 120px
}
.ca-instagram a.see-more {
    float: right;
    display: none;
    font-size: 12px;
    font-style: italic;
    border-bottom: 1px solid
}
.ca-instagram .insta-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    padding: 8px 18px;
    background: #f5f5f5;
    margin-left: -75px
}
.ca-instagram .insta-name .fa {
    padding-right: 8px
}

@media screen and (max-width: 736px)
{
	.ca-instagram .insta-columns-5 li {
		width: 100%;
	}
}*/


#instafeed {
  width: 100%;
  display: flex;
  flex-wrap: wrap;





}

#instafeed a {
    position: relative;
    width: 50%;
}

#instafeed a img
{
   display: block;
      width: 100%;
      height: 100%;
}

.ca-instagram .insta-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    padding: 8px 18px;
    background: #f5f5f5;
    margin-left: -75px;
}

@media only screen and (min-width: 580px) {
  #instafeed a {

  width: 20%
    }
}
