/* *
* FC Instagram - Development FCV Team
* Website: https://eplus.dev
* Since: 2019-11
* Version: v2.0.0
* */


/* ADD */
#instafeed{border:1px solid #d5ccc5;}





/* BEGIN - MEDIUM */
.instagram-gallery-medium {
	justify-content: space-between;
	margin:0 auto;
    width: 100%;
	height: auto;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.instagram-gallery-medium::after {
display: block;
content:"";
width: 260px;
}

.instagram-gallery-medium > a {
	
    width: 260px;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.instagram-gallery-medium > a > video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.instagram-gallery-medium {
		width:860px;
	}
}

@media screen and (max-width: 992px) {
	.instagram-gallery-medium {
		width:560px;
	}
}


@media screen and (max-width: 770px) {
	.instagram-gallery-medium {
		width:260px;
	}
}


/* Extra small devices (portrait phones, less than 576px) */


/* END - MEDIUM */