@media screen and (min-width: 901px) {
	.bg-body{
		/*background-image: url('https://rk.kredit69.com/assets/img/background.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;*/
	}
}
@media screen and (max-width: 900px) {
	.bg-body{
		/*background-image: url('https://rk.kredit69.com/assets/img/background-mobile.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;*/
	}
}