.header_banner .slide {
    padding: 5px 0px;
    text-align: center;
}

.header_banner {
    height: 42px;
}

.display_mobile {
    display: none;
}

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

    .display_mobile {
        display: inherit;
    }
}