@charset "utf-8";
/* CSS Document */


/*==============================

==============================*/

#sb_instagram{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

#sbi_images{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sbi_item{
  width: 23% !important;
}

#sb_instagram #sbi_images .sbi_item{
  padding: 0 !important;
}

.sbi_photo_wrap > a{
  position: relative;
  z-index: 2;
  height: 216px !important;
}

.sb_instagram_header{
  display: none;
}

#sb_instagram .sbi_photo{
  margin-bottom: 20px;
}


@media screen and (max-width: 1000px){
  

  #sb_instagram{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .sbi_item{
    width: 48% !important;
  }

  .sbi_photo_wrap > a{
    height: 288px !important;
  }

  #sb_instagram .sbi_photo{
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 800px){
  

  #sb_instagram{
    max-width: calc(100vw - 100px);
  }

  .sbi_item{
    width: 48% !important;
  }

  .sbi_photo_wrap > a{
    height: calc(48vw - 50px) !important;
  }

  #sb_instagram .sbi_photo{
    margin-bottom: 20px;
  }
}