/* Hide elements */
.header + figure, #zone-el-2, #zoneContainer, .button.vertical-video {
  display: none !important;
}

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

header.header > * {
    display: none;
}

header.header .author-byline {
    display: flex !important;
}

header.header .author-byline > * {
	display: none;
}

header.header .article-details {
    display: block !important;
}

header.header .article-details > * {
    display: none;
}

header.header .gift-icon-link, giftContainer {
    display: flex !important;
}

header.header .giftContainer {
    display: contents !important;
}

/* Hide the slotted images before they have a chance to be formatted */
lead-split img {
    visibility: hidden;
}

@media only screen and (max-width: 600px) {
	header.header {
		margin-top: 0px;
	}
}

@container (max-width: 600px) {
	header.header {
		margin-top: 0px;
	}
}