@charset "utf-8";

.fs-instagram { padding:30px 0;  }
.fs-instagram ._head { margin-bottom:10px; }
.fs-instagram ._profile ._image { width: 30px; border-radius: 50%; margin-right:5px; }
.fs-instagram ._profile ._user { font-weight: bold; margin-right: 10px; }
.fs-instagram ._profile ._follow { padding: 5px 20px; border: solid 1px #2b5a83; border-radius: 4px; color: #2b5a83; font-size: 12px; }
.fs-instagram ._tag { font-weight:bold; }

.fs-instagram ._feeds { overflow:hidden; line-height:20px; }
.fs-instagram ._feed { float:left; overflow:hidden; }
.fs-instagram ._feed_list { position: relative; overflow:hidden; }
.fs-instagram ._feed_image { position:relative; overflow:hidden; border:1px solid #ccc; }


.fs-instagram ._feed_list ._feed_hover{ position:absolute; z-index: 2; top:0; left:0; opacity:0; width: 100%; height: 100%; }
.fs-instagram ._feed_list ._feed_hover span { font-weight: bold; margin-right:10px;  }
.fs-instagram ._feed_list ._feed_hover span i { margin-right:5px; }
.fs-instagram ._feed_list:hover ._feed_hover {  opacity:1; background: rgba(0,0,0,.5); color:#fff; padding-top:50%; text-align:center;}