


.label-bar {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position:relative;
}
.app-promo {
	background-image: url('/web/assets/newsucor/general/promo_bar.png');
}

.app-promo {
	margin-top: 10vh;
}

body.dark .visimisi {
	background-image: url('/web/assets/newsucor/dark/visimisi.png');
}
.visimisi {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	color: white;
	border-radius: 16px;
}
@media (max-width: 992px) {
	.app-promo {
		margin-top: 10vh;
	}
}
.promo-content {
	
}
/*.app-promo-img {
    position: absolute;
    width: 350px;
    height: auto;
    right: 150px;
    bottom: 0;
}*/
.app-promo-img.promo-a {
    position: absolute;
    width: 25rem;
    height: auto;
    right: 5rem;
    bottom: 0;
}
.app-promo-img.promo-b {
    position: absolute;
    width: 15rem;
    height: auto;
    right: 7rem;
    bottom: 0;
}