@media(min-width:768px) {
	.welcomebox>.author-2:before {
		content: "";
		float: left;
		width: 50px;
		height: 50px;
		margin-top: -11px;
		margin-right: 5px;
		background: url(../images/author-2.png) no-repeat 0 0!important;
		border-radius: 50%;
	}
	.welcomebox>.author-3:before {
		content: "";
		float: left;
		width: 50px;
		height: 50px;
		margin-top: -11px;
		margin-right: 5px;
		background: url(../images/author-3.png) no-repeat 0 0!important;
		border-radius: 50%;
	}
	.welcomebox>.author-4:before {
		content: "";
		float: left;
		width: 50px;
		height: 50px;
		margin-top: -11px;
		margin-right: 5px;
		background: url(../images/author-4.png) no-repeat 0 0!important;
		border-radius: 50%;
	}
	.welcomebox>.author-5:before {
		content: "";
		float: left;
		width: 50px;
		height: 50px;
		margin-top: -11px;
		margin-right: 5px;
		background: url(../images/author-5.png) no-repeat 0 0!important;
		border-radius: 50%;
	}
}

@media(min-width:950px) {
	.welcomebox>.author-2 {
		padding-right: 80px;
		margin-right: 10px;
		font-size: 11px;
		background: url(../images/sign.png) no-repeat right center / 70px auto
	}
	.welcomebox>.author-3 {
		padding-right: 80px;
		margin-right: 10px;
		font-size: 11px;
		background: url(../images/sign.png) no-repeat right center / 70px auto
	}
	.welcomebox>.author-4 {
		padding-right: 80px;
		margin-right: 10px;
		font-size: 11px;
		background: url(../images/sign.png) no-repeat right center / 70px auto
	}
	.welcomebox>.author-5 {
		padding-right: 80px;
		margin-right: 10px;
		font-size: 11px;
		background: url(../images/sign.png) no-repeat right center / 70px auto
	}
}