/* Hide elements */
#zone-el-2, #zoneContainer {
  display: none !important;
}


html.msb #mastheadVueContainer {
	border-bottom: none !important;
}

header.header {
	visibility: hidden;
	max-height: 0px;
	padding-bottom: 30px;
	margin: 0px !important;
}

@media only screen and (max-width: 600px) {
	header.header {
		display: none;
	}
}

@container (max-width: 600px) {
	header.header {
		display: none;
	}
}