.CM_banner {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    font-weight: bold;
    font-size: large;
}

@media (max-width:700px) {
    .smartphone {
        display: none;
    }
}