.ii-icon{
  width:24px;
  height:34px;
}
.ii-icon:before{
  content:'';
  width:24px;
  height:34px;
  display: inline-block;
}
.ii-fb:before{
  background: url('images/icon-fb.svg') no-repeat center;
}

.ii-fb-circle:before{
  background: url('images/icon-fb-circle.svg') no-repeat center;
}

.ii-ig:before{
  background: url('images/icon-ig.svg') no-repeat center;
  background-size: contain;
}

.ii-ig-circle:before{
  background: url('images/icon-ig-circle.svg') no-repeat center;
  background-size: contain;
}
.ii-line-border:before{
  background: url('images/icon-line-border.svg') no-repeat center;
}
.ii-line-circle:before{
  background: url('images/icon-line-circle.svg') no-repeat center;
}
.ii-line-wordmark:before{
  background: url('images/icon-line-wordmark.svg') no-repeat center;
}
.ii-linkedin:before{
  background: url('images/icon-linkedin.svg') no-repeat center;
}
.ii-threads:before{
  background: url('images/icon-threads.svg') no-repeat center;
}
.ii-tiktok:before{
  background: url('images/icon-tiktok.svg') no-repeat center;
}
.ii-twitter:before{
  background: url('images/icon-twitter.svg') no-repeat center;
}
.ii-wechat:before{
  background: url('images/icon-wechat.svg') no-repeat center;
}
.ii-wechat-border:before{
  background: url('images/icon-wechat-border.svg') no-repeat center;
}
.ii-weibo:before{
  background: url('images/icon-weibo.svg') no-repeat center;
}
.ii-whatsapp:before{
  background: url('images/icon-whatsapp.svg') no-repeat center;
}
.ii-whatsapp-circle:before{
  background: url('images/icon-whatsapp-circle.svg') no-repeat center;
}
.ii-yt:before{
  content:'';
  background: url('images/icon-yt.svg') no-repeat center;
}
.ii-yt-circle:before{
  background: url('images/icon-yt-circle.svg') no-repeat center;
}
