﻿#sns{ width:100%;}
#facebook{  width:300px; margin:20px auto 20px auto; padding-top:50px;  height:500px; background-image:url("../info/facebook.jpg"); border-radius:10px; }
#twitter{  width:300px; margin:20px auto 20px auto; padding-top:50px;  height:500px;  background-image:url("../info/twitter.jpg"); border-radius:10px;}
#tiktok{   width:300px; margin:20px auto 20px auto; padding-top:30px; height:500px; background-image:url("../info/tiktok.jpg"); border-radius:10px;}
#insta{ width:100%; margin-top:70px; }
#insta img{ margin:10px;} 
#insta-pic{ width:100%; overflow-x:hidden;  pointer-events:none;}
@media(min-width:1000px){
	#sns{ display:flex;  margin:60px auto 10px auto; width:1200px; }

}
@media(max-width:1000px){
	#sns{  margin-bottom:5%; }
	#facebook,#twitter{ margin:20px auto 70px; auto;}
}