#brim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999999px;
    z-index: 2147483648;
    background: #162044;
}

#brim:after
{
	display:block;
	position:absolute;
	content:" ";
	width:100%;
	height:320px;
	background:url("../assets/images/system/brim_screen_1x.jpg") 50% 50% no-repeat;
	background-size:contain;
}

.brim_image {
    content: url("../assets/images/system/brim_screen_1x.jpg");
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    border: none;
}

.brim_text {
    font: bold 1.2rem Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
}

.brim-enabled {

}

.brim-disabled .brim_text {
    display: none;
}
