@charset "UTF-8";
/* CSS Document */

.maintenance-text{
	max-width:600px;
	z-index: 999;	
}
.mtext{
	position: absolute;
	top: 0px;
	left:0px;
	min-height: 50px;
	padding:50px;
	background-color: transparent;
	width: 100vw;
}
.footer2{
	position: absolute;
	bottom:0;
	left: 0;
	min-height: 50px;
	background-color: transparent;
	width:50%;
	padding:20px 20px 20px 50px;
}
.rotated{
	display:none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-height: 599.98px)and (orientation: landscape) {
     .rotated {
      display: block; 
    }
  }



 @media (max-height: 600px)and (orientation: landscape) {
     .content {
      display: none; 
    }
  }


@media (max-width: 768px) { 
.footer2{
	position: absolute;
	bottom:0;
	left: 0;
	min-height: 50px;
	background-color: transparent;
	width:100%;
	padding:20px 50px 20px 50px;
}
}
