/*
@media screen and (min-width: 1919px) and (orientation: landscape)
{
	body::before{
		display: block !important;
		position: absolute;
		content: " ";
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 300px;
		background-image: url(/assets/images/christmasstree.png);
    	background-position: top left -500px;
    	background-repeat: no-repeat;
		visibility: unset !important;
	}
	body::after{
		display: block !important;
		position: absolute;
		content: " ";
		top: 0px;
		bottom: 0px;
		right: 0px;
		width: 300px !important;
		background-image: url(/assets/images/christmasstree.png);
    	background-position: top right -500px;
    	background-repeat: no-repeat;
		height: 100vh !important;
		visibility: unset !important;
	}
}
.abdl-page-body{
	background-image: url(/assets/images/christmas-seamless.png?2) !important;
	  background-size: 300px !important;
	  background-repeat: repeat !important;
}
.cNotificationList{
	display: none !important;
}
*/