@media (max-width: 900px) {
.section-header,
.section-header * {
display: none !important;
}

body {
overflow-x: hidden !important;
}
}