@media screen and (min-width: 1200px) {
    .hero-microsite__section--top .inner-section { max-width: 90% !important; width: 100% !important; }
}
	
div.hero-microsite__section--image { display: none !important; }
div.hero-microsite__section--bottom { display: none !important; }


@media screen and (min-width: 1200px) {
    .hero-microsite__section--top { min-height: 310px !important; }
}

@media screen and (max-width: 767px) {
.hero-microsite__section--top { margin-top: 0px !important; }
}

@media screen and (min-width: 768px) {
    .hero-microsite__section--top { margin-top: 0px !important; }
}

@media screen and (min-width: 1200px) {
    .hero-microsite.right-align .hero-microsite__section--top { padding: 0 0 0 calc(50% - 615px) !important; }
}
