.insta-wrapper {
  float: right;
  width: 50%; }
  @media screen and (max-width: 992px) {
    .insta-wrapper {
      float: none;
      width: 100%; } }
  .insta-wrapper .block-title {
    display: none; }
  .insta-wrapper .instagram-social-feed .block-title, .insta-wrapper .instagram-social-feed .social-feed-link {
    display: none; }
  .insta-wrapper .link_twitter:before {
    width: 14px;
    height: 14px;
    background: url("../img/insta-icon-xs.svg") center center no-repeat; }
  .insta-wrapper .social-feed-item {
    float: left;
    width: 48%;
    margin: 0 15px 25px 0; }
    @media screen and (max-width: 394px) {
      .insta-wrapper .social-feed-item {
        margin: 0 11px 11px 0; } }
    .insta-wrapper .social-feed-item.social-feed-item-even {
      float: right;
      margin-right: 0; }
    .insta-wrapper .social-feed-item a {
      display: block;
      position: relative; }
      .insta-wrapper .social-feed-item a:after {
        position: absolute;
        content: '';
        right: 15px;
        left: auto;
        top: 20px;
        background: url("../img/picto-instagram.svg") 0 0 no-repeat;
        width: 35px;
        height: 35px;
        background-size: 100% auto; }
    .insta-wrapper .social-feed-item img {
      width: 100%;
      height: auto; }
