.btn-andoid{
	background-image: url('../img/btn_android.svg');
	background-color: transparent;
	border: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center, 50%, 50%;
	width: 128px;
	height: 128px;
}


.btn-ios{
	background-image: url('../img/btn_ios.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	background-size: cover;
	background-position: bottom center, 50%, 50%;
	width: 128px;
	height: 128px;
}