.branding .dp2-login {
	background: url('login-bg.jpg');
	background-size: cover;
	background-position: center;
}

.branding .kiosk-screenshot-wrapper {
	text-align: center;
}

.branding .kiosk-screenshot-wrapper .layer-back-1 {
	background: url('kiosk.png');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	aspect-ratio: 450 / 950;
	max-height: 285px;
	width: unset;
	position: relative;
	display: inline-block;
}

.branding .kiosk-screenshot-wrapper img,
.branding .kiosk-screenshot-wrapper .layer-front-1 {
	position: absolute;
    width: 87%;
    left: 6%;
    height: 74%;
    top: 6%;
}

.branding .kiosk-screenshot-wrapper.offline .layer-front-1 {
    background: rgba(0,0,0,0.65);
}

.branding .kiosk-screenshot-wrapper .layer-front-1:after {
	position: absolute;
    color: white;
    top: 0%;
    left: 0%;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.branding .kiosk-screenshot-wrapper.offline .layer-front-1:after {
	content: "offline";
}

.branding .kiosk-screenshot-wrapper.error .layer-front-1 {
    background: rgba(255,0,0,0.65);
}

.branding .kiosk-screenshot-wrapper.error .layer-front-1:after {
	content: "error";
}

.branding .kiosk-screenshot-wrapper.unknown .layer-front-1 {
    background: rgba(0,0,128,0.65);
}
.kiosk-screenshot-wrapper[data-screen-orientation="normal"],
.kiosk-screenshot-wrapper[data-screen-orientation="inverted"],
.kiosk-screenshot-wrapper[data-screen-orientation="up"],
.kiosk-screenshot-wrapper[data-screen-orientation="down"],
.kiosk-screenshot-wrapper[data-screen-orientation="horizontal"] {
    min-width: 320px;
    height: 350px;
    margin-bottom: -240px;
}

.kiosk-screenshot-wrapper[data-screen-orientation="normal"] .layer-back-1,
.kiosk-screenshot-wrapper[data-screen-orientation="inverted"] .layer-back-1,
.kiosk-screenshot-wrapper[data-screen-orientation="up"] .layer-back-1,
.kiosk-screenshot-wrapper[data-screen-orientation="down"] .layer-back-1,
.kiosk-screenshot-wrapper[data-screen-orientation="horizontal"] .layer-back-1 {
    aspect-ratio: 950 / 520;
    width: calc(100% - 32px);
    height: unset;
    background-image: url("/branding/kiosk-horizontal.png");
}

.kiosk-screenshot-wrapper[data-screen-orientation="normal"] img, .kiosk-screenshot-wrapper[data-screen-orientation="normal"] .layer-front-1,
.kiosk-screenshot-wrapper[data-screen-orientation="inverted"] img, .kiosk-screenshot-wrapper[data-screen-orientation="inverted"] .layer-front-1,
.kiosk-screenshot-wrapper[data-screen-orientation="up"] img, .kiosk-screenshot-wrapper[data-screen-orientation="up"] .layer-front-1,
.kiosk-screenshot-wrapper[data-screen-orientation="down"] img, .kiosk-screenshot-wrapper[data-screen-orientation="down"] .layer-front-1,
.kiosk-screenshot-wrapper[data-screen-orientation="horizontal"] img, .kiosk-screenshot-wrapper[data-screen-orientation="horizontal"] .layer-front-1 {
    position: absolute;
    width: 86%;
    left: 7%;
    height: 88%;
    top: 6%;
}
.kiosk-screenshot-wrapper[data-screen-resolution="1920x1080"] .layer-front-3,
.kiosk-screenshot-wrapper[data-screen-resolution="1080x1920"] .layer-front-3 {
    width: 56px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #202241;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.kiosk-screenshot-wrapper[data-screen-resolution="3840x2160"] .layer-front-3,
.kiosk-screenshot-wrapper[data-screen-resolution="2160x3840"] .layer-front-3 {
    width: 48px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #202241;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.kiosk-screenshot-wrapper[data-screen-resolution="1080x1920"] .layer-front-3::after,
.kiosk-screenshot-wrapper[data-screen-resolution="1920x1080"] .layer-front-3::after {
    content: "Full HD";
}

.kiosk-screenshot-wrapper[data-screen-resolution="3840x2160"] .layer-front-3::after,
.kiosk-screenshot-wrapper[data-screen-resolution="2160x3840"] .layer-front-3::after {
    content: "4K";
}
