.header_banner .slide {
    text-align: center;
}

.header_banner {
    height: 40px;
	overflow: hidden;
}

.display_mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .display_desktop {
        display: none;
    }

    .display_mobile {
        display: inherit;
    }
}
@media screen and (min-width: 550px) {
	.header_banner .slide {
		padding: 10px 0px;
	}
}