.pt_plus_social_list.style-14 .social_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: 100%
}

.pt_plus_social_list.style-14 ul.social_list li {
    display: block;
    width: 100%;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around
}

.pt_plus_social_list.style-14 ul.social_list li a {
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.pt_plus_social_list.style-14 .social_list li .social-loop-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:767px){
    
    .pt_plus_social_list.style-14 ul.social_list li {
		width: 130px;
		display: inline-block;
	}
	.pt_plus_social_list.style-14 .social_list{
	    flex-wrap: wrap;
	}
}